Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 75156ba1e4601f788c04a973dd02a726cfbe473d..ae0f5af9f598cfc97fe829c3d093846b400d51e5 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -626,6 +626,9 @@ const char kEnableWatchdog[] = "enable-watchdog"; |
// Uses WebSocket over SPDY. |
const char kEnableWebSocketOverSpdy[] = "enable-websocket-over-spdy"; |
+// Enables the web store link experiment. |
+const char kEnableWebStoreLink[] = "enable-webstore-link"; |
+ |
// Enables experimental features for Spellchecker. Right now, the first |
// experimental feature is auto spell correct, which corrects words which are |
// misppelled by typing the word with two consecutive letters swapped. The |