Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 144bcc78cd86ef941c329a15ee46a6253bf88e7a..e96e94ad03e0dc0a0f8542d62dcc59c997bd7921 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -1328,6 +1328,9 @@ const char kForceShowUpdateMenuItemCustomSummary[] = "custom_summary"; |
// Forces the update menu badge to show. |
const char kForceShowUpdateMenuBadge[] = "force-show-update-menu-badge"; |
+// Specifies a particular flavor of Herb to experiment with. |
+const char kHerbFlavor[] = "herb-flavor"; |
+ |
// Sets the market URL for Chrome for use in testing. |
const char kMarketUrlForTesting[] = "market-url-for-testing"; |
#endif // defined(OS_ANDROID) |