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

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

Issue 10455012: [Sync] Add support for performing a GetKey on startup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fred's comments Created 8 years, 4 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) 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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 extern const char kSpeculativeResourcePrefetchingDisabled[]; 321 extern const char kSpeculativeResourcePrefetchingDisabled[];
322 extern const char kSpeculativeResourcePrefetchingLearning[]; 322 extern const char kSpeculativeResourcePrefetchingLearning[];
323 extern const char kSSLVersionMax[]; 323 extern const char kSSLVersionMax[];
324 extern const char kSSLVersionMin[]; 324 extern const char kSSLVersionMin[];
325 extern const char kStartMaximized[]; 325 extern const char kStartMaximized[];
326 extern const char kSuggestionNtpFilterWidth[]; 326 extern const char kSuggestionNtpFilterWidth[];
327 extern const char kSuggestionNtpGaussianFilter[]; 327 extern const char kSuggestionNtpGaussianFilter[];
328 extern const char kSuggestionNtpLinearFilter[]; 328 extern const char kSuggestionNtpLinearFilter[];
329 extern const char kSyncAllowInsecureXmppConnection[]; 329 extern const char kSyncAllowInsecureXmppConnection[];
330 extern const char kSyncInvalidateXmppLogin[]; 330 extern const char kSyncInvalidateXmppLogin[];
331 extern const char kSyncKeystoreEncryption[];
331 extern const char kSyncNotificationMethod[]; 332 extern const char kSyncNotificationMethod[];
332 extern const char kSyncNotificationHostPort[]; 333 extern const char kSyncNotificationHostPort[];
333 extern const char kSyncServiceURL[]; 334 extern const char kSyncServiceURL[];
334 extern const char kSyncTabFavicons[]; 335 extern const char kSyncTabFavicons[];
335 extern const char kSyncThrowUnrecoverableError[]; 336 extern const char kSyncThrowUnrecoverableError[];
336 extern const char kSyncTrySsltcpFirstForXmpp[]; 337 extern const char kSyncTrySsltcpFirstForXmpp[];
337 extern const char kTabBrowserDragging[]; 338 extern const char kTabBrowserDragging[];
338 extern const char kTestNaClSandbox[]; 339 extern const char kTestNaClSandbox[];
339 extern const char kTestName[]; 340 extern const char kTestName[];
340 extern const char kTestType[]; 341 extern const char kTestType[];
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 #else 436 #else
436 extern const char kEnablePrintPreview[]; 437 extern const char kEnablePrintPreview[];
437 #endif 438 #endif
438 439
439 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 440 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
440 // alphabetical order, or in one of the ifdefs (also in order in each section). 441 // alphabetical order, or in one of the ifdefs (also in order in each section).
441 442
442 } // namespace switches 443 } // namespace switches
443 444
444 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 445 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698