| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 3bf58d99c96b8f7c1578d97c34a3edfe34ecedcd..9918bce6673b3ef6bcf5798429bebbf94af3688c 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -904,13 +904,6 @@ const char kForceShowUpdateMenuItem[] = "force-show-update-menu-item";
|
| // Forces a custom summary to be displayed below the update menu item.
|
| const char kForceShowUpdateMenuItemCustomSummary[] = "custom_summary";
|
|
|
| -// Forces the new features summary to be displayed below the update menu item.
|
| -const char kForceShowUpdateMenuItemNewFeaturesSummary[] =
|
| - "use_new_features_summary";
|
| -
|
| -// Forces a summary to be displayed below the update menu item.
|
| -const char kForceShowUpdateMenuItemSummary[] = "show_summary";
|
| -
|
| // Sets the market URL for Chrome for use in testing.
|
| const char kMarketUrlForTesting[] = "market-url-for-testing";
|
|
|
|
|