| Index: chrome/common/chrome_switches.cc
 | 
| ===================================================================
 | 
| --- chrome/common/chrome_switches.cc	(revision 90217)
 | 
| +++ chrome/common/chrome_switches.cc	(working copy)
 | 
| @@ -923,6 +923,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";
 | 
|  
 | 
| 
 |