Index: chrome/common/pref_names.cc |
=================================================================== |
--- chrome/common/pref_names.cc (revision 104660) |
+++ chrome/common/pref_names.cc (working copy) |
@@ -327,6 +327,9 @@ |
// Disables the SPDY protocol. |
const char kDisableSpdy[] = "spdy.disabled"; |
+// Prefs for server names that support SPDY protocol. |
+const char kSpdyServers[] = "spdy.servers"; |
+ |
// Disables the listed protocol schemes. |
const char kDisabledSchemes[] = "protocol.disabled_schemes"; |