summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNate Fischer <ntfschr@google.com>2017-08-10 14:34:52 -0700
committerNate Fischer <ntfschr@google.com>2017-08-10 14:34:52 -0700
commitfe1f2b4924b5288cb37c664689a4cd8b478c5d54 (patch)
tree9467cea38c0fde9e59d9a1d41e6b822313aa43c2
parentf43c70441482dae4eb7a118231feb53d9ede82ee (diff)
downloadsdk-fe1f2b4924b5288cb37c664689a4cd8b478c5d54.tar.gz
WebView: remove unused DATA_REDUCTION_PROXY_SETTING_CHANGED API
This API was unused. We're removing this under recommendation from the API council. This is a manual change to prebuilts/sdk to accompany ag/2677974 Bug: 62425491 Test: make -j40 Change-Id: I7a29d306286fc8b7aaba479ee1de3955f5d4eef9
-rw-r--r--system-api/27.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/system-api/27.txt b/system-api/27.txt
index 086e979b8..ce5e7dd75 100644
--- a/system-api/27.txt
+++ b/system-api/27.txt
@@ -52549,7 +52549,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