Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 144bcc78cd86ef941c329a15ee46a6253bf88e7a..b1120a7186e6d085383f347c51b340fcda24cddb 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1330,6 +1330,9 @@ const char kForceShowUpdateMenuBadge[] = "force-show-update-menu-badge"; |
// Sets the market URL for Chrome for use in testing. |
const char kMarketUrlForTesting[] = "market-url-for-testing"; |
+ |
+// Specifies a particular tab management experiment to enable. |
+const char kTabManagementExperimentType[] = "tab-management-experiment-type"; |
#endif // defined(OS_ANDROID) |
#if defined(OS_WIN) || defined(OS_LINUX) |