| Index: chrome/common/chrome_switches.cc | 
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc | 
| index 22e98530dfa7e2766c11d5863955d887f86a0288..43c15856d249c73427b6e7fda140d02ee9e060de 100644 | 
| --- a/chrome/common/chrome_switches.cc | 
| +++ b/chrome/common/chrome_switches.cc | 
| @@ -535,6 +535,9 @@ const char kEnableVerticalTabs[]            = "enable-vertical-tabs"; | 
| // Order of the listed sub-arguments does not matter. | 
| const char kEnableWatchdog[]                = "enable-watchdog"; | 
|  | 
| +// Enable Web Intents. | 
| +const char kEnableWebIntents[]              = "enable-web-intents"; | 
| + | 
| // Use WebSocket over SPDY. | 
| const char kEnableWebSocketOverSpdy[]       = "enable-websocket-over-spdy"; | 
|  | 
|  |