diff options
author | Hui Shu <hush@google.com> | 2014-10-01 22:37:23 +0000 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2014-10-01 22:37:23 +0000 |
commit | 4979a6ade1d46dad1716319725d43b4e9cbb71d3 (patch) | |
tree | 5f9fa2e24bc360ad2af93c27c7f8e0defdcb128b /core/java/android/provider | |
parent | ec1aa9f38eee7b7aae6da00957ba684bfa469b5e (diff) | |
parent | aee5c9e7c1f61126c61722a957daedf57cf26e7e (diff) | |
download | frameworks_base-4979a6ade1d46dad1716319725d43b4e9cbb71d3.zip frameworks_base-4979a6ade1d46dad1716319725d43b4e9cbb71d3.tar.gz frameworks_base-4979a6ade1d46dad1716319725d43b4e9cbb71d3.tar.bz2 |
am aee5c9e7: Merge "Remove WebView DRP Setting from Developer Settings" into lmp-dev
* commit 'aee5c9e7c1f61126c61722a957daedf57cf26e7e':
Remove WebView DRP Setting from Developer Settings
Diffstat (limited to 'core/java/android/provider')
-rw-r--r-- | core/java/android/provider/Settings.java | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index ec4a53e..18e6bf3 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -3102,7 +3102,6 @@ public final class Settings { MOVED_TO_GLOBAL.add(Settings.Global.SET_GLOBAL_HTTP_PROXY); MOVED_TO_GLOBAL.add(Settings.Global.DEFAULT_DNS_SERVER); MOVED_TO_GLOBAL.add(Settings.Global.PREFERRED_NETWORK_MODE); - MOVED_TO_GLOBAL.add(Settings.Global.WEBVIEW_DATA_REDUCTION_PROXY_KEY); } /** @hide */ @@ -4585,13 +4584,6 @@ public final class Settings { public static final String ANR_SHOW_BACKGROUND = "anr_show_background"; /** - * (Experimental). If nonzero, WebView uses data reduction proxy to save network - * bandwidth. Otherwise, WebView does not use data reduction proxy. - * @hide - */ - public static final String WEBVIEW_DATA_REDUCTION_PROXY = "webview_data_reduction_proxy"; - - /** * The {@link ComponentName} string of the service to be used as the voice recognition * service. * @@ -5686,13 +5678,6 @@ public final class Settings { */ public static final String USE_GOOGLE_MAIL = "use_google_mail"; - /** - * Webview Data reduction proxy key. - * @hide - */ - public static final String WEBVIEW_DATA_REDUCTION_PROXY_KEY = - "webview_data_reduction_proxy_key"; - /** * Whether Wifi display is enabled/disabled * 0=disabled. 1=enabled. |