| Index: chrome/common/chrome_switches.cc
 | 
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
 | 
| index d38ee2e118e3f93c76ccf3607c4d0eb80f0000fc..7d0076b9842426725176e575fa89d10faafffa94 100644
 | 
| --- a/chrome/common/chrome_switches.cc
 | 
| +++ b/chrome/common/chrome_switches.cc
 | 
| @@ -631,4 +631,7 @@ const wchar_t kEnableExperimentalWebGL[]       = L"enable-webgl";
 | 
|  const wchar_t kEnableDesktopNotifications[]    =
 | 
|      L"enable-desktop-notifications";
 | 
|  
 | 
| +// Enable Web Sockets support.
 | 
| +const wchar_t kEnableWebSockets[] = L"enable-web-sockets";
 | 
| +
 | 
|  }  // namespace switches
 | 
| 
 |