Merge "WebView: remove unused DATA_REDUCTION_PROXY_SETTING_CHANGED API" into oc-mr1-dev am: a9732da1f3

am: e1a8030fc9

Change-Id: Ic6af76454398ab9934e635759f7271ad28313e08
This commit is contained in:
Nate Fischer
2017-08-11 18:10:52 +00:00
committed by android-build-merger
2 changed files with 0 additions and 11 deletions

View File

@@ -53030,7 +53030,6 @@ package android.webkit {
method public void zoomBy(float);
method public boolean zoomIn();
method public boolean zoomOut();
field public static final java.lang.String DATA_REDUCTION_PROXY_SETTING_CHANGED = "android.webkit.DATA_REDUCTION_PROXY_SETTING_CHANGED";
field public static final int RENDERER_PRIORITY_BOUND = 1; // 0x1
field public static final int RENDERER_PRIORITY_IMPORTANT = 2; // 0x2
field public static final int RENDERER_PRIORITY_WAIVED = 0; // 0x0

View File

@@ -347,16 +347,6 @@ public class WebView extends AbsoluteLayout
implements ViewTreeObserver.OnGlobalFocusChangeListener,
ViewGroup.OnHierarchyChangeListener, ViewDebug.HierarchyHandler {
/**
* Broadcast Action: Indicates the data reduction proxy setting changed.
* Sent by the settings app when user changes the data reduction proxy value. This intent will
* always stay as a hidden API.
* @hide
*/
@SystemApi
public static final String DATA_REDUCTION_PROXY_SETTING_CHANGED =
"android.webkit.DATA_REDUCTION_PROXY_SETTING_CHANGED";
private static final String LOGTAG = "WebView";
// Throwing an exception for incorrect thread usage if the