| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a27531b91c1f6520eb0c0aa63826f9c424c41174..0d4af6ff4d3c15c814b0fd81c5bf11cc6a33f80c 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -996,6 +996,10 @@ const char kTryChromeAgain[] = "try-chrome-again";
|
| // Runs un-installation steps that were done by chrome first-run.
|
| const char kUninstall[] = "uninstall";
|
|
|
| +// Use WebUI versions of dialogs when available (rather than platform native
|
| +// implementations).
|
| +const char kUseMoreWebUI[] = "use-more-webui";
|
| +
|
| // Use a pure Views implementation when available (rather rather than platform
|
| // native implementation such as GTK).
|
| const char kUsePureViews[] = "use-pure-views";
|
|
|