[WebView] Remove WEBVIEW_DATA_REDUCTION_PROXY setting.

BUG:18152150

Change-Id: Id5c788bc766d7c45c3f9c96837d5b2824a601f9e
This commit is contained in:
Ignacio Solla
2014-10-31 12:04:18 +00:00
parent a0edff4e94
commit c418f07993

View File

@@ -4586,13 +4586,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.