Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 4b2846b82f78cf8ae2a4685322e68efcc44a496b..ce8aeb6e87947b6677ad38324bea976e7a8cae0c 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -567,6 +567,9 @@ const char kEnableProfiling[] = "enable-profiling"; |
// supported server-side for searches on google.com. |
const char kEnableSdch[] = "enable-sdch"; |
+// Enables experimental suggestions pane in New Tab page. |
+const char kEnableSuggestionsTabPage[] = "enable-suggestions-ntp"; |
+ |
// Enables syncing browser sessions. |
const char kEnableSyncTabs[] = "enable-sync-tabs"; |