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

Commit 41794462 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents fe97799d 7b00b322
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";