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

Commit cf08be26 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

am: c5731e7c

Change-Id: If5b5fb05f3d22bd3fa9be32aea7336099184f489
parents b0a22a16 c5731e7c
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";