Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Side by Side Diff: chrome/common/chrome_switches.cc

Issue 523233002: mac: Remove simplified fullscreen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@new_fullscreen2
Patch Set: Rebase against top of tree. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "chrome/common/chrome_switches.h" 5 #include "chrome/common/chrome_switches.h"
6 6
7 #include "base/base_switches.h" 7 #include "base/base_switches.h"
8 #include "base/command_line.h" 8 #include "base/command_line.h"
9 9
10 namespace switches { 10 namespace switches {
(...skipping 1263 matching lines...) Expand 10 before | Expand all | Expand 10 after
1274 1274
1275 // Forcibly disables Lion-style on newer OSes, to allow developers to test the 1275 // Forcibly disables Lion-style on newer OSes, to allow developers to test the
1276 // older, SnowLeopard-style fullscreen. 1276 // older, SnowLeopard-style fullscreen.
1277 const char kDisableSystemFullscreenForTesting[] = 1277 const char kDisableSystemFullscreenForTesting[] =
1278 "disable-system-fullscreen-for-testing"; 1278 "disable-system-fullscreen-for-testing";
1279 1279
1280 // Makes the browser window's contentView take up the full size of the 1280 // Makes the browser window's contentView take up the full size of the
1281 // window in OSX Yosemite. 1281 // window in OSX Yosemite.
1282 const char kEnableFullSizeContentView[] = "enable-full-size-content-view"; 1282 const char kEnableFullSizeContentView[] = "enable-full-size-content-view";
1283 1283
1284 // Enables a simplified fullscreen UI on Mac.
1285 const char kEnableSimplifiedFullscreen[] = "enable-simplified-fullscreen";
1286
1287 // A process type (switches::kProcessType) that relaunches the browser. See 1284 // A process type (switches::kProcessType) that relaunches the browser. See
1288 // chrome/browser/mac/relauncher.h. 1285 // chrome/browser/mac/relauncher.h.
1289 const char kRelauncherProcess[] = "relauncher"; 1286 const char kRelauncherProcess[] = "relauncher";
1290 1287
1291 #endif 1288 #endif
1292 1289
1293 // Use bubbles for content permissions requests instead of infobars. 1290 // Use bubbles for content permissions requests instead of infobars.
1294 const char kEnablePermissionsBubbles[] = "enable-permissions-bubbles"; 1291 const char kEnablePermissionsBubbles[] = "enable-permissions-bubbles";
1295 1292
1296 #if defined(OS_WIN) 1293 #if defined(OS_WIN)
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
1353 1350
1354 // ----------------------------------------------------------------------------- 1351 // -----------------------------------------------------------------------------
1355 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1352 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1356 // 1353 //
1357 // You were going to just dump your switches here, weren't you? Instead, please 1354 // You were going to just dump your switches here, weren't you? Instead, please
1358 // put them in alphabetical order above, or in order inside the appropriate 1355 // put them in alphabetical order above, or in order inside the appropriate
1359 // ifdef at the bottom. The order should match the header. 1356 // ifdef at the bottom. The order should match the header.
1360 // ----------------------------------------------------------------------------- 1357 // -----------------------------------------------------------------------------
1361 1358
1362 } // namespace switches 1359 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698