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

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

Issue 356383002: Remove flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add author to AUTHORS Created 6 years, 5 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
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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 extern const char kSpellingServiceFeedbackUrl[]; 316 extern const char kSpellingServiceFeedbackUrl[];
317 extern const char kSpellingServiceFeedbackIntervalSeconds[]; 317 extern const char kSpellingServiceFeedbackIntervalSeconds[];
318 extern const char kSSLInterstitialV1[]; 318 extern const char kSSLInterstitialV1[];
319 extern const char kSSLInterstitialV2[]; 319 extern const char kSSLInterstitialV2[];
320 extern const char kSSLInterstitialV1WithV2Text[]; 320 extern const char kSSLInterstitialV1WithV2Text[];
321 extern const char kSSLInterstitialV2Yellow[]; 321 extern const char kSSLInterstitialV2Yellow[];
322 extern const char kSSLInterstitialV2Guard[]; 322 extern const char kSSLInterstitialV2Guard[];
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[];
327 extern const char kSuggestionNtpGaussianFilter[];
328 extern const char kSuggestionNtpLinearFilter[];
329 extern const char kSupervisedUserId[]; 326 extern const char kSupervisedUserId[];
330 extern const char kSupervisedUserSyncToken[]; 327 extern const char kSupervisedUserSyncToken[];
331 extern const char kSyncShortInitialRetryOverride[]; 328 extern const char kSyncShortInitialRetryOverride[];
332 extern const char kSyncServiceURL[]; 329 extern const char kSyncServiceURL[];
333 extern const char kSyncDisableDeferredStartup[]; 330 extern const char kSyncDisableDeferredStartup[];
334 extern const char kSyncDeferredStartupTimeoutSeconds[]; 331 extern const char kSyncDeferredStartupTimeoutSeconds[];
335 extern const char kSyncEnableGetUpdateAvoidance[]; 332 extern const char kSyncEnableGetUpdateAvoidance[];
336 extern const char kSyncfsEnableDirectoryOperation[]; 333 extern const char kSyncfsEnableDirectoryOperation[];
337 extern const char kSyncDisableBackup[]; 334 extern const char kSyncDisableBackup[];
338 extern const char kSyncEnableRollback[]; 335 extern const char kSyncEnableRollback[];
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 #endif 412 #endif
416 413
417 bool SettingsWindowEnabled(); 414 bool SettingsWindowEnabled();
418 415
419 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 416 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
420 // alphabetical order, or in one of the ifdefs (also in order in each section). 417 // alphabetical order, or in one of the ifdefs (also in order in each section).
421 418
422 } // namespace switches 419 } // namespace switches
423 420
424 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 421 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/suggestions_source_top_sites.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698