Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 694621506d2790437953c5870b7b2d31a1ed9315..14fb163835a4a333b392f118fbaaf1ce753c5b1a 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -623,6 +623,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 |