diff options
author | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-15 00:04:33 +0000 |
---|---|---|
committer | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-15 00:04:33 +0000 |
commit | 676044439071fa7a75306fc09abcae6c413a4357 (patch) | |
tree | c7cbf00207b2065328b0d4996ebfc09f05387b28 /chrome/common/chrome_switches.cc | |
parent | 205e75d4ebd6fe489ec7bde3b70abd654237074d (diff) | |
download | chromium_src-676044439071fa7a75306fc09abcae6c413a4357.zip chromium_src-676044439071fa7a75306fc09abcae6c413a4357.tar.gz chromium_src-676044439071fa7a75306fc09abcae6c413a4357.tar.bz2 |
Adds a flag for simplified Mac fullscreen.
BUG=None
TEST=Flag has no visible impact.
Review URL: https://chromiumcodereview.appspot.com/16965015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206522 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index e757578..33694c5 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -1547,6 +1547,9 @@ const char kEnableAppShims[] = "enable-app-shims"; // Enables the tabs expose feature ( http://crbug.com/50307 ). const char kEnableExposeForTabs[] = "enable-expose-for-tabs"; +// Enables a simplified fullscreen UI on Mac. +const char kEnableSimplifiedFullscreen[] = "enable-simplified-fullscreen"; + // Performs Keychain reauthorization from the command line on behalf of a // special Keychain reauthorization stub executable. Used during auto-update. const char kKeychainReauthorize[] = "keychain-reauthorize"; |