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

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

Issue 154083008: Remove Tabpose feature on mac, and supporting infrastructure (PaintAtSize) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, merge Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/test/base/test_browser_window.h » ('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 1591 matching lines...) Expand 10 before | Expand all | Expand 10 after
1602 // Forcibly disables Lion-style on newer OSes, to allow developers to test the 1602 // Forcibly disables Lion-style on newer OSes, to allow developers to test the
1603 // older, SnowLeopard-style fullscreen. 1603 // older, SnowLeopard-style fullscreen.
1604 const char kDisableSystemFullscreenForTesting[] = 1604 const char kDisableSystemFullscreenForTesting[] =
1605 "disable-system-fullscreen-for-testing"; 1605 "disable-system-fullscreen-for-testing";
1606 1606
1607 // Disable CoreAnimation layer squashing to debug issues that appear only 1607 // Disable CoreAnimation layer squashing to debug issues that appear only
1608 // pre-10.9, since the API for it is only available in 10.9 and later. 1608 // pre-10.9, since the API for it is only available in 10.9 and later.
1609 const char kDisableCoreAnimationLayerSquashing[] = 1609 const char kDisableCoreAnimationLayerSquashing[] =
1610 "disable-core-animation-layer-squashing"; 1610 "disable-core-animation-layer-squashing";
1611 1611
1612 // Enables the tabs expose feature ( http://crbug.com/50307 ).
1613 const char kEnableExposeForTabs[] = "enable-expose-for-tabs";
1614
1615 // Enables a simplified fullscreen UI on Mac. 1612 // Enables a simplified fullscreen UI on Mac.
1616 const char kEnableSimplifiedFullscreen[] = "enable-simplified-fullscreen"; 1613 const char kEnableSimplifiedFullscreen[] = "enable-simplified-fullscreen";
1617 1614
1618 // Performs Keychain reauthorization from the command line on behalf of a 1615 // Performs Keychain reauthorization from the command line on behalf of a
1619 // special Keychain reauthorization stub executable. Used during auto-update. 1616 // special Keychain reauthorization stub executable. Used during auto-update.
1620 const char kKeychainReauthorize[] = "keychain-reauthorize"; 1617 const char kKeychainReauthorize[] = "keychain-reauthorize";
1621 1618
1622 // A process type (switches::kProcessType) that relaunches the browser. See 1619 // A process type (switches::kProcessType) that relaunches the browser. See
1623 // chrome/browser/mac/relauncher.h. 1620 // chrome/browser/mac/relauncher.h.
1624 const char kRelauncherProcess[] = "relauncher"; 1621 const char kRelauncherProcess[] = "relauncher";
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
1683 1680
1684 // ----------------------------------------------------------------------------- 1681 // -----------------------------------------------------------------------------
1685 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE. 1682 // DO NOT ADD YOUR CRAP TO THE BOTTOM OF THIS FILE.
1686 // 1683 //
1687 // You were going to just dump your switches here, weren't you? Instead, please 1684 // You were going to just dump your switches here, weren't you? Instead, please
1688 // put them in alphabetical order above, or in order inside the appropriate 1685 // put them in alphabetical order above, or in order inside the appropriate
1689 // ifdef at the bottom. The order should match the header. 1686 // ifdef at the bottom. The order should match the header.
1690 // ----------------------------------------------------------------------------- 1687 // -----------------------------------------------------------------------------
1691 1688
1692 } // namespace switches 1689 } // namespace switches
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/test/base/test_browser_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698