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

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

Issue 184103008: sync: turn on deferred startup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 extern const char kSuggestionNtpFilterWidth[]; 376 extern const char kSuggestionNtpFilterWidth[];
377 extern const char kSuggestionNtpGaussianFilter[]; 377 extern const char kSuggestionNtpGaussianFilter[];
378 extern const char kSuggestionNtpLinearFilter[]; 378 extern const char kSuggestionNtpLinearFilter[];
379 extern const char kSyncAllowInsecureXmppConnection[]; 379 extern const char kSyncAllowInsecureXmppConnection[];
380 extern const char kSyncInvalidateXmppLogin[]; 380 extern const char kSyncInvalidateXmppLogin[];
381 extern const char kSyncShortInitialRetryOverride[]; 381 extern const char kSyncShortInitialRetryOverride[];
382 extern const char kSyncNotificationHostPort[]; 382 extern const char kSyncNotificationHostPort[];
383 extern const char kSyncServiceURL[]; 383 extern const char kSyncServiceURL[];
384 extern const char kSyncThrowUnrecoverableError[]; 384 extern const char kSyncThrowUnrecoverableError[];
385 extern const char kSyncTrySsltcpFirstForXmpp[]; 385 extern const char kSyncTrySsltcpFirstForXmpp[];
386 extern const char kSyncEnableDeferredStartup[]; 386 extern const char kSyncDisableDeferredStartup[];
387 extern const char kSyncEnableGetUpdateAvoidance[]; 387 extern const char kSyncEnableGetUpdateAvoidance[];
388 extern const char kSyncfsEnableDirectoryOperation[]; 388 extern const char kSyncfsEnableDirectoryOperation[];
389 extern const char kTabCapture[]; 389 extern const char kTabCapture[];
390 extern const char kTestName[]; 390 extern const char kTestName[];
391 extern const char kTestType[]; 391 extern const char kTestType[];
392 extern const char kTestingChannelID[]; 392 extern const char kTestingChannelID[];
393 extern const char kTrustedSpdyProxy[]; 393 extern const char kTrustedSpdyProxy[];
394 extern const char kTryChromeAgain[]; 394 extern const char kTryChromeAgain[];
395 extern const char kUninstallExtension[]; 395 extern const char kUninstallExtension[];
396 extern const char kUninstall[]; 396 extern const char kUninstall[];
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
474 #else 474 #else
475 extern const char kEnablePrintPreview[]; 475 extern const char kEnablePrintPreview[];
476 #endif 476 #endif
477 477
478 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 478 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
479 // alphabetical order, or in one of the ifdefs (also in order in each section). 479 // alphabetical order, or in one of the ifdefs (also in order in each section).
480 480
481 } // namespace switches 481 } // namespace switches
482 482
483 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 483 #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