Index: chrome/common/pref_names.cc |
=================================================================== |
--- chrome/common/pref_names.cc (revision 184791) |
+++ chrome/common/pref_names.cc (working copy) |
@@ -1706,7 +1706,7 @@ |
#if defined(OS_ANDROID) |
// A boolean specifying whether a SPDY proxy is enabled. |
-const char kSpdyProxyEnabled[] = "spdy_proxy.enabled"; |
+const char kSpdyProxyAuthEnabled[] = "spdy_proxy.enabled"; |
#endif |
// 64-bit integer serialization of the base::Time when the last sync occurred. |
@@ -1926,7 +1926,7 @@ |
// String that specifies the origin allowed to use SpdyProxy |
// authentication, if any. |
-const char kSpdyProxyOrigin[] = "auth.spdyproxy.origin"; |
+const char kSpdyProxyAuthOrigin[] = "auth.spdyproxy.origin"; |
// Boolean that specifies whether to allow basic auth prompting on cross- |
// domain sub-content requests. |