| Index: chrome/common/chrome_switches.h
|
| diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
|
| index 31be3dc2b669adddeaa8baa016c39a10ad866882..3d105a5c33ea85de09acbf00c1947ae51741750c 100644
|
| --- a/chrome/common/chrome_switches.h
|
| +++ b/chrome/common/chrome_switches.h
|
| @@ -316,6 +316,11 @@ extern const char kEnableThemeColorInTabbedMode[];
|
| extern const char kDisableAutoHidingToolbarThreshold[];
|
| extern const char kEnableTabSwitcherInDocumentMode[];
|
| extern const char kNtpSwitchToExistingTab[];
|
| +extern const char kForceShowUpdateMenuItem[];
|
| +extern const char kForceShowUpdateMenuItemSummary[];
|
| +extern const char kForceShowUpdateMenuItemCustomSummary[];
|
| +extern const char kForceShowUpdateMenuBadge[];
|
| +extern const char kMarketUrlForTesting[];
|
| #endif // defined(OS_ANDROID)
|
|
|
| #if defined(USE_ASH)
|
|
|