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

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

Issue 500120: Added switch to invalidate sync login. (Closed)
Patch Set: synced to head Created 11 years 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/browser/sync/engine/syncapi.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) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 extern const char kFileDescriptorLimit[]; 94 extern const char kFileDescriptorLimit[];
95 extern const char kFirstRun[]; 95 extern const char kFirstRun[];
96 extern const char kForceFieldTestNameAndValue[]; 96 extern const char kForceFieldTestNameAndValue[];
97 extern const char kHideIcons[]; 97 extern const char kHideIcons[];
98 extern const char kHomePage[]; 98 extern const char kHomePage[];
99 extern const char kImport[]; 99 extern const char kImport[];
100 extern const char kInProcessPlugins[]; 100 extern const char kInProcessPlugins[];
101 extern const char kIncognito[]; 101 extern const char kIncognito[];
102 extern const char kInternalNaCl[]; 102 extern const char kInternalNaCl[];
103 extern const char kInternalPepper[]; 103 extern const char kInternalPepper[];
104 #ifndef NDEBUG
105 extern const char kInvalidateSyncLogin[];
106 #endif
104 extern const char kJavaScriptFlags[]; 107 extern const char kJavaScriptFlags[];
105 extern const char kLoadExtension[]; 108 extern const char kLoadExtension[];
106 extern const char kLoadPlugin[]; 109 extern const char kLoadPlugin[];
107 extern const char kLogFilterPrefix[]; 110 extern const char kLogFilterPrefix[];
108 extern const char kLogPluginMessages[]; 111 extern const char kLogPluginMessages[];
109 extern const char kLoggingLevel[]; 112 extern const char kLoggingLevel[];
110 extern const char kMakeDefaultBrowser[]; 113 extern const char kMakeDefaultBrowser[];
111 extern const char kMediaCacheSize[]; 114 extern const char kMediaCacheSize[];
112 extern const char kMemoryProfiling[]; 115 extern const char kMemoryProfiling[];
113 extern const char kMessageLoopHistogrammer[]; 116 extern const char kMessageLoopHistogrammer[];
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 #ifndef NDEBUG 220 #ifndef NDEBUG
218 extern const char kGearsPluginPathOverride[]; 221 extern const char kGearsPluginPathOverride[];
219 #endif 222 #endif
220 223
221 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 224 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
222 // alphabetical order, or in one of the ifdefs (also in order in each section). 225 // alphabetical order, or in one of the ifdefs (also in order in each section).
223 226
224 } // namespace switches 227 } // namespace switches
225 228
226 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 229 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/engine/syncapi.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698