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

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

Issue 251993002: [Mac] Implement frame.[color|inactiveColor]. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Only SetFullScreenCollectionBehavior on Lion or later. Created 6 years, 7 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
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 // Defines all the command-line switches used by Chrome. 5 // Defines all the command-line switches used by Chrome.
6 6
7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_ 7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H_
8 #define CHROME_COMMON_CHROME_SWITCHES_H_ 8 #define CHROME_COMMON_CHROME_SWITCHES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 29 matching lines...) Expand all
40 extern const char kApp[]; 40 extern const char kApp[];
41 extern const char kAppListStartPageURL[]; 41 extern const char kAppListStartPageURL[];
42 extern const char kAppsCheckoutURL[]; 42 extern const char kAppsCheckoutURL[];
43 extern const char kAppsGalleryDownloadURL[]; 43 extern const char kAppsGalleryDownloadURL[];
44 extern const char kAppsGalleryInstallAutoConfirmForTests[]; 44 extern const char kAppsGalleryInstallAutoConfirmForTests[];
45 extern const char kAppsGalleryURL[]; 45 extern const char kAppsGalleryURL[];
46 extern const char kAppsGalleryUpdateURL[]; 46 extern const char kAppsGalleryUpdateURL[];
47 extern const char kAppModeAuthCode[]; 47 extern const char kAppModeAuthCode[];
48 extern const char kAppModeOAuth2Token[]; 48 extern const char kAppModeOAuth2Token[];
49 extern const char kAppsNewInstallBubble[]; 49 extern const char kAppsNewInstallBubble[];
50 extern const char kAppsUseNativeFrame[];
51 extern const char kAuthExtensionPath[]; 50 extern const char kAuthExtensionPath[];
52 extern const char kAuthNegotiateDelegateWhitelist[]; 51 extern const char kAuthNegotiateDelegateWhitelist[];
53 extern const char kAuthSchemes[]; 52 extern const char kAuthSchemes[];
54 extern const char kAuthServerWhitelist[]; 53 extern const char kAuthServerWhitelist[];
55 extern const char kAutoLaunchAtStartup[]; 54 extern const char kAutoLaunchAtStartup[];
56 extern const char kCertificateTransparencyLog[]; 55 extern const char kCertificateTransparencyLog[];
57 extern const char kCheckForUpdateIntervalSec[]; 56 extern const char kCheckForUpdateIntervalSec[];
58 extern const char kCheckCloudPrintConnectorPolicy[]; 57 extern const char kCheckCloudPrintConnectorPolicy[];
59 extern const char kCipherSuiteBlacklist[]; 58 extern const char kCipherSuiteBlacklist[];
60 extern const char kCloudPrintFile[]; 59 extern const char kCloudPrintFile[];
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 #else 418 #else
420 extern const char kEnablePrintPreview[]; 419 extern const char kEnablePrintPreview[];
421 #endif 420 #endif
422 421
423 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 422 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
424 // alphabetical order, or in one of the ifdefs (also in order in each section). 423 // alphabetical order, or in one of the ifdefs (also in order in each section).
425 424
426 } // namespace switches 425 } // namespace switches
427 426
428 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 427 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/apps/native_app_window_cocoa.mm ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698