| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 930ca1ae96cb9a458dcab51a31dd0106048c7d01..1aebe51de12e30fa534426fefe3a620c0fba2b55 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -549,9 +549,6 @@ 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";
|
|
|
|
|