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

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

Issue 183563004: sync: reland deferred init (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add dvlog Created 6 years, 9 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/sync/startup_controller_unittest.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 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 extern const char kSuggestionNtpFilterWidth[]; 375 extern const char kSuggestionNtpFilterWidth[];
376 extern const char kSuggestionNtpGaussianFilter[]; 376 extern const char kSuggestionNtpGaussianFilter[];
377 extern const char kSuggestionNtpLinearFilter[]; 377 extern const char kSuggestionNtpLinearFilter[];
378 extern const char kSyncAllowInsecureXmppConnection[]; 378 extern const char kSyncAllowInsecureXmppConnection[];
379 extern const char kSyncInvalidateXmppLogin[]; 379 extern const char kSyncInvalidateXmppLogin[];
380 extern const char kSyncShortInitialRetryOverride[]; 380 extern const char kSyncShortInitialRetryOverride[];
381 extern const char kSyncNotificationHostPort[]; 381 extern const char kSyncNotificationHostPort[];
382 extern const char kSyncServiceURL[]; 382 extern const char kSyncServiceURL[];
383 extern const char kSyncThrowUnrecoverableError[]; 383 extern const char kSyncThrowUnrecoverableError[];
384 extern const char kSyncTrySsltcpFirstForXmpp[]; 384 extern const char kSyncTrySsltcpFirstForXmpp[];
385 extern const char kSyncEnableDeferredStartup[]; 385 extern const char kSyncDisableDeferredStartup[];
386 extern const char kSyncDeferredStartupTimeoutSeconds[];
386 extern const char kSyncEnableGetUpdateAvoidance[]; 387 extern const char kSyncEnableGetUpdateAvoidance[];
387 extern const char kSyncfsEnableDirectoryOperation[]; 388 extern const char kSyncfsEnableDirectoryOperation[];
388 extern const char kTabCapture[]; 389 extern const char kTabCapture[];
389 extern const char kTestName[]; 390 extern const char kTestName[];
390 extern const char kTestType[]; 391 extern const char kTestType[];
391 extern const char kTestingChannelID[]; 392 extern const char kTestingChannelID[];
392 extern const char kTrustedSpdyProxy[]; 393 extern const char kTrustedSpdyProxy[];
393 extern const char kTryChromeAgain[]; 394 extern const char kTryChromeAgain[];
394 extern const char kUninstallExtension[]; 395 extern const char kUninstallExtension[];
395 extern const char kUninstall[]; 396 extern const char kUninstall[];
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 #else 473 #else
473 extern const char kEnablePrintPreview[]; 474 extern const char kEnablePrintPreview[];
474 #endif 475 #endif
475 476
476 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 477 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
477 // alphabetical order, or in one of the ifdefs (also in order in each section). 478 // alphabetical order, or in one of the ifdefs (also in order in each section).
478 479
479 } // namespace switches 480 } // namespace switches
480 481
481 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 482 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/sync/startup_controller_unittest.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698