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

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

Issue 129003003: Remove support for specifying version on command line. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to r244153 Created 6 years, 11 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/browser/first_run/upgrade_util_win.cc ('k') | chrome/common/chrome_switches.cc » ('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 // 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 extern const char kAuthNegotiateDelegateWhitelist[]; 52 extern const char kAuthNegotiateDelegateWhitelist[];
53 extern const char kAuthSchemes[]; 53 extern const char kAuthSchemes[];
54 extern const char kAuthServerWhitelist[]; 54 extern const char kAuthServerWhitelist[];
55 extern const char kAutoLaunchAtStartup[]; 55 extern const char kAutoLaunchAtStartup[];
56 extern const char kAutomationClientChannelID[]; 56 extern const char kAutomationClientChannelID[];
57 extern const char kAutomationReinitializeOnChannelError[]; 57 extern const char kAutomationReinitializeOnChannelError[];
58 extern const char kCancelFirstRun[]; 58 extern const char kCancelFirstRun[];
59 extern const char kCertificateTransparencyLog[]; 59 extern const char kCertificateTransparencyLog[];
60 extern const char kCheckForUpdateIntervalSec[]; 60 extern const char kCheckForUpdateIntervalSec[];
61 extern const char kCheckCloudPrintConnectorPolicy[]; 61 extern const char kCheckCloudPrintConnectorPolicy[];
62 extern const char kChromeVersion[];
63 extern const char kCipherSuiteBlacklist[]; 62 extern const char kCipherSuiteBlacklist[];
64 extern const char kClearTokenService[]; 63 extern const char kClearTokenService[];
65 extern const char kCloudPrintDeleteFile[]; 64 extern const char kCloudPrintDeleteFile[];
66 extern const char kCloudPrintFile[]; 65 extern const char kCloudPrintFile[];
67 extern const char kCloudPrintJobTitle[]; 66 extern const char kCloudPrintJobTitle[];
68 extern const char kCloudPrintFileType[]; 67 extern const char kCloudPrintFileType[];
69 extern const char kCloudPrintPrintTicket[]; 68 extern const char kCloudPrintPrintTicket[];
70 extern const char kCloudPrintSetupProxy[]; 69 extern const char kCloudPrintSetupProxy[];
71 extern const char kCloudPrintServiceURL[]; 70 extern const char kCloudPrintServiceURL[];
72 extern const char kComponentUpdater[]; 71 extern const char kComponentUpdater[];
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 #else 476 #else
478 extern const char kEnablePrintPreview[]; 477 extern const char kEnablePrintPreview[];
479 #endif 478 #endif
480 479
481 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 480 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
482 // alphabetical order, or in one of the ifdefs (also in order in each section). 481 // alphabetical order, or in one of the ifdefs (also in order in each section).
483 482
484 } // namespace switches 483 } // namespace switches
485 484
486 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 485 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/first_run/upgrade_util_win.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698