Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c5731e7c authored by Nate Fischer's avatar Nate Fischer Committed by android-build-merger
Browse files

Merge "WebView: switch to OMR1 FactoryProvider" into oc-mr1-dev

am: 41794462

Change-Id: I8f00790c93646767aead0b3393bae569d82271b4
parents 34cac26e 41794462
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ public final class WebViewFactory {
    // visible for WebViewZygoteInit to look up the class by reflection and call preloadInZygote.
    /** @hide */
    private static final String CHROMIUM_WEBVIEW_FACTORY =
            "com.android.webview.chromium.WebViewChromiumFactoryProviderForO";
            "com.android.webview.chromium.WebViewChromiumFactoryProviderForOMR1";

    private static final String CHROMIUM_WEBVIEW_FACTORY_METHOD = "create";