| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 2876361ec20ef801a3e0540308cbabd9cc6f05ab..63a2a0b006281afd81697459dcece7d65fe4cd03 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1296,6 +1296,9 @@ const char kDisableSystemFullscreenForTesting[] =
|
| // chrome/browser/mac/relauncher.h.
|
| const char kRelauncherProcess[] = "relauncher";
|
|
|
| +// Use Views toolkit on Mac.
|
| +const char kUseToolkitViews[] = "use-toolkit-views";
|
| +
|
| #endif
|
|
|
| // Use bubbles for content permissions requests instead of infobars.
|
|
|