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

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

Issue 308583002: [Mac] Implement frame.[color|inactiveColor]. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@custom_frame_view
Patch Set: Created 6 years, 6 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
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 28 matching lines...) Expand all
39 extern const char kAppId[]; 39 extern const char kAppId[];
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 kAppsUseNativeFrame[];
50 extern const char kAuthExtensionPath[]; 49 extern const char kAuthExtensionPath[];
51 extern const char kAuthNegotiateDelegateWhitelist[]; 50 extern const char kAuthNegotiateDelegateWhitelist[];
52 extern const char kAuthSchemes[]; 51 extern const char kAuthSchemes[];
53 extern const char kAuthServerWhitelist[]; 52 extern const char kAuthServerWhitelist[];
54 extern const char kAutoLaunchAtStartup[]; 53 extern const char kAutoLaunchAtStartup[];
55 extern const char kCertificateTransparencyLog[]; 54 extern const char kCertificateTransparencyLog[];
56 extern const char kCheckForUpdateIntervalSec[]; 55 extern const char kCheckForUpdateIntervalSec[];
57 extern const char kCheckCloudPrintConnectorPolicy[]; 56 extern const char kCheckCloudPrintConnectorPolicy[];
58 extern const char kCipherSuiteBlacklist[]; 57 extern const char kCipherSuiteBlacklist[];
59 extern const char kCloudPrintFile[]; 58 extern const char kCloudPrintFile[];
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 #else 410 #else
412 extern const char kEnablePrintPreview[]; 411 extern const char kEnablePrintPreview[];
413 #endif 412 #endif
414 413
415 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 414 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
416 // alphabetical order, or in one of the ifdefs (also in order in each section). 415 // alphabetical order, or in one of the ifdefs (also in order in each section).
417 416
418 } // namespace switches 417 } // namespace switches
419 418
420 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 419 #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