Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 88789) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -914,6 +914,10 @@ |
// Replaces the buffered data source for <audio> and <video> with a simplified |
// resource loader that downloads the entire resource into memory. |
+// Choose the socket reuse policy specified. The value should be of type |
+// enum ClientSocketReusePolicy. |
+const char kSocketReusePolicy[] = "socket-reuse-policy"; |
+ |
// Start the browser maximized, regardless of any previous settings. |
const char kStartMaximized[] = "start-maximized"; |