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

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

Issue 1252503007: Added flag simplified-fullscreen-ui. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added link to discussion bug 515747. Created 5 years, 4 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') | tools/metrics/histograms/histograms.xml » ('j') | 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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 const char kEnableSdchPersistence[] = "enable-sdch-persistence"; 525 const char kEnableSdchPersistence[] = "enable-sdch-persistence";
526 526
527 // Enables using bubbles for session restore request instead of infobars. 527 // Enables using bubbles for session restore request instead of infobars.
528 const char kEnableSessionCrashedBubble[] = "enable-session-crashed-bubble"; 528 const char kEnableSessionCrashedBubble[] = "enable-session-crashed-bubble";
529 529
530 // Enable or disable settings in a separate browser window per profile 530 // Enable or disable settings in a separate browser window per profile
531 // (see SettingsWindowEnabled() below). 531 // (see SettingsWindowEnabled() below).
532 const char kEnableSettingsWindow[] = "enable-settings-window"; 532 const char kEnableSettingsWindow[] = "enable-settings-window";
533 const char kDisableSettingsWindow[] = "disable-settings-window"; 533 const char kDisableSettingsWindow[] = "disable-settings-window";
534 534
535 // A new user experience for transitioning into fullscreen and mouse pointer
536 // lock states.
537 const char kEnableSimplifiedFullscreenUI[] = "enable-simplified-fullscreen-ui";
538 const char kDisableSimplifiedFullscreenUI[] =
539 "disable-simplified-fullscreen-ui";
540
535 // Enable the Site Engagement service, which records interaction with sites and 541 // Enable the Site Engagement service, which records interaction with sites and
536 // allocates certain resources accordingly. 542 // allocates certain resources accordingly.
537 const char kEnableSiteEngagementService[] = "enable-site-engagement-service"; 543 const char kEnableSiteEngagementService[] = "enable-site-engagement-service";
538 544
539 // Enables the suggestions service. 545 // Enables the suggestions service.
540 const char kEnableSuggestionsService[] = "enable-suggestions-service"; 546 const char kEnableSuggestionsService[] = "enable-suggestions-service";
541 547
542 // Enables the supervised user managed bookmarks folder. 548 // Enables the supervised user managed bookmarks folder.
543 const char kEnableSupervisedUserManagedBookmarksFolder[] = 549 const char kEnableSupervisedUserManagedBookmarksFolder[] =
544 "enable-supervised-user-managed-bookmarks-folder"; 550 "enable-supervised-user-managed-bookmarks-folder";
(...skipping 865 matching lines...) Expand 10 before | Expand all | Expand 10 after
1410 1416
1411 // ----------------------------------------------------------------------------- 1417 // -----------------------------------------------------------------------------
1412 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1418 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1413 // 1419 //
1414 // You were going to just dump your switches here, weren't you? Instead, please 1420 // You were going to just dump your switches here, weren't you? Instead, please
1415 // put them in alphabetical order above, or in order inside the appropriate 1421 // put them in alphabetical order above, or in order inside the appropriate
1416 // ifdef at the bottom. The order should match the header. 1422 // ifdef at the bottom. The order should match the header.
1417 // ----------------------------------------------------------------------------- 1423 // -----------------------------------------------------------------------------
1418 1424
1419 } // namespace switches 1425 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698