Index: chrome/common/pref_names.cc |
=================================================================== |
--- chrome/common/pref_names.cc (revision 110097) |
+++ chrome/common/pref_names.cc (working copy) |
@@ -342,6 +342,9 @@ |
// Disables the SPDY protocol. |
const char kDisableSpdy[] = "spdy.disabled"; |
+// Prefs for persisting HttpServerProperties. |
+const char kHttpServerProperties[] = "net.http_server_properties"; |
+ |
// Prefs for server names that support SPDY protocol. |
const char kSpdyServers[] = "spdy.servers"; |