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

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

Issue 6874018: make new syncer thread the default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Send for CR. Created 9 years, 8 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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 #pragma once 9 #pragma once
10 10
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 extern const char kSilentDumpOnDCHECK[]; 273 extern const char kSilentDumpOnDCHECK[];
274 extern const char kSimpleDataSource[]; 274 extern const char kSimpleDataSource[];
275 extern const char kStartMaximized[]; 275 extern const char kStartMaximized[];
276 extern const char kSyncAllowInsecureXmppConnection[]; 276 extern const char kSyncAllowInsecureXmppConnection[];
277 extern const char kSyncInvalidateXmppLogin[]; 277 extern const char kSyncInvalidateXmppLogin[];
278 extern const char kSyncerThreadTimedStop[]; 278 extern const char kSyncerThreadTimedStop[];
279 extern const char kSyncNotificationMethod[]; 279 extern const char kSyncNotificationMethod[];
280 extern const char kSyncNotificationHost[]; 280 extern const char kSyncNotificationHost[];
281 extern const char kSyncServiceURL[]; 281 extern const char kSyncServiceURL[];
282 extern const char kSyncTrySsltcpFirstForXmpp[]; 282 extern const char kSyncTrySsltcpFirstForXmpp[];
283 extern const char kNewSyncerThread[];
284 extern const char kTestNaClSandbox[]; 283 extern const char kTestNaClSandbox[];
285 extern const char kTestName[]; 284 extern const char kTestName[];
286 extern const char kTestType[]; 285 extern const char kTestType[];
287 extern const char kTestingChannelID[]; 286 extern const char kTestingChannelID[];
288 extern const char kTrustedPlugins[]; 287 extern const char kTrustedPlugins[];
289 extern const char kTryChromeAgain[]; 288 extern const char kTryChromeAgain[];
290 extern const char kUninstall[]; 289 extern const char kUninstall[];
291 extern const char kUseSpdy[]; 290 extern const char kUseSpdy[];
292 extern const char kIgnoreCertificateErrors[]; 291 extern const char kIgnoreCertificateErrors[];
293 extern const char kMaxSpdySessionsPerDomain[]; 292 extern const char kMaxSpdySessionsPerDomain[];
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 #if defined(HAVE_XINPUT2) 373 #if defined(HAVE_XINPUT2)
375 extern const char kTouchDevices[]; 374 extern const char kTouchDevices[];
376 #endif 375 #endif
377 376
378 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 377 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
379 // alphabetical order, or in one of the ifdefs (also in order in each section). 378 // alphabetical order, or in one of the ifdefs (also in order in each section).
380 379
381 } // namespace switches 380 } // namespace switches
382 381
383 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 382 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698