| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 014731559badacda22307328e48ce6064b88843e..2e081acaa23ba62f44058d5c673cb8c5f41ff272 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1336,6 +1336,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)
|
|
|