| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index e536eff99f58f1316f6457dca321f2e3cce8501b..a5d3f24f0b0dd5f3e89e2a176e518a8405a8abd8 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -983,6 +983,10 @@ const char kSilentDebuggerExtensionAPI[] = "silent-debugger-extension-api";
|
| // one wishes to use Chrome as an ash server.
|
| const char kSilentLaunch[] = "silent-launch";
|
|
|
| +// Simplifies the support string in the Clear Browsing Data dialog.
|
| +const char kSimpleClearBrowsingDataSupportString[] =
|
| + "simple-clear-browsing-data-support-string";
|
| +
|
| // Simulates that elevation is needed to recover upgrade channel.
|
| const char kSimulateElevatedRecovery[] = "simulate-elevated-recovery";
|
|
|
|
|