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

Commit c7a8d067 authored by Selim Gurun's avatar Selim Gurun
Browse files

Remove unpublished optOutDataReductionProxyApi

Bug: 17253647

Per Api council's request, remove this API.

Change-Id: I8e706cc7173b88f3f13b2ac0697f54b25f163798
parent b10e39e7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -36795,7 +36795,6 @@ package android.webkit {
    method public deprecated void onGlobalFocusChanged(android.view.View, android.view.View);
    method public void onPause();
    method public void onResume();
    method public static void optOutDataReductionProxy();
    method public boolean overlayHorizontalScrollbar();
    method public boolean overlayVerticalScrollbar();
    method public boolean pageDown(boolean);
+0 −15
Original line number Diff line number Diff line
@@ -1809,21 +1809,6 @@ public class WebView extends AbsoluteLayout
        getFactory().getStatics().setWebContentsDebuggingEnabled(enabled);
    }

    /**
     * Sets whether the application wants to opt out from using the Data Reduction Proxy
     * service.
     * Data reduction proxy can only be enabled by the user and will almost always be
     * transparent to the application. In rare cases where using the proxy interferes
     * with the app, the application developer can use this API to opt out from using the
     * proxy. Note that this may increase network bandwidth usage.
     *
     * See <a href=http://developer.chrome.com/multidevice/data-compression>
     * Data Compression Proxy</a>
     */
    public static void optOutDataReductionProxy() {
        getFactory().getStatics().optOutDataReductionProxy();
    }

    /**
     * Gets the list of currently loaded plugins.
     *
+0 −6
Original line number Diff line number Diff line
@@ -59,12 +59,6 @@ public interface WebViewFactoryProvider {
         */
        void clearClientCertPreferences(Runnable onCleared);

        /**
         * Implements the API method:
         * {@link android.webkit.WebView#optOutDataReductionProxy() }
         */
        void optOutDataReductionProxy();

        /**
         * Implements the API method:
         * {@link android.webkit.WebView#setSlowWholeDocumentDrawEnabled(boolean) }