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

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

Issue 437113002: Delete the old SSL interstitial and Finch trial (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removing IDS_FLAGS_SSL_INTERSTITIAL strings Created 6 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
« no previous file with comments | « chrome/browser/ssl/ssl_blocking_page.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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 extern const char kSetToken[]; 306 extern const char kSetToken[];
307 extern const char kShowAppList[]; 307 extern const char kShowAppList[];
308 extern const char kShowIcons[]; 308 extern const char kShowIcons[];
309 extern const char kSigninProcess[]; 309 extern const char kSigninProcess[];
310 extern const char kSimulateUpgrade[]; 310 extern const char kSimulateUpgrade[];
311 extern const char kSimulateCriticalUpdate[]; 311 extern const char kSimulateCriticalUpdate[];
312 extern const char kSimulateOutdated[]; 312 extern const char kSimulateOutdated[];
313 extern const char kSimulateOutdatedNoAU[]; 313 extern const char kSimulateOutdatedNoAU[];
314 extern const char kSpellingServiceFeedbackUrl[]; 314 extern const char kSpellingServiceFeedbackUrl[];
315 extern const char kSpellingServiceFeedbackIntervalSeconds[]; 315 extern const char kSpellingServiceFeedbackIntervalSeconds[];
316 extern const char kSSLInterstitialV1[];
317 extern const char kSSLInterstitialV2[];
318 extern const char kSSLInterstitialV1WithV2Text[];
319 extern const char kSSLInterstitialV2Yellow[];
320 extern const char kSSLInterstitialV2Guard[];
321 extern const char kSSLVersionMax[]; 316 extern const char kSSLVersionMax[];
322 extern const char kSSLVersionMin[]; 317 extern const char kSSLVersionMin[];
323 extern const char kStartMaximized[]; 318 extern const char kStartMaximized[];
324 extern const char kSupervisedUserId[]; 319 extern const char kSupervisedUserId[];
325 extern const char kSupervisedUserSyncToken[]; 320 extern const char kSupervisedUserSyncToken[];
326 extern const char kSyncShortInitialRetryOverride[]; 321 extern const char kSyncShortInitialRetryOverride[];
327 extern const char kSyncServiceURL[]; 322 extern const char kSyncServiceURL[];
328 extern const char kSyncDisableDeferredStartup[]; 323 extern const char kSyncDisableDeferredStartup[];
329 extern const char kSyncDeferredStartupTimeoutSeconds[]; 324 extern const char kSyncDeferredStartupTimeoutSeconds[];
330 extern const char kSyncEnableGetUpdateAvoidance[]; 325 extern const char kSyncEnableGetUpdateAvoidance[];
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 #endif 402 #endif
408 403
409 bool SettingsWindowEnabled(); 404 bool SettingsWindowEnabled();
410 405
411 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 406 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
412 // alphabetical order, or in one of the ifdefs (also in order in each section). 407 // alphabetical order, or in one of the ifdefs (also in order in each section).
413 408
414 } // namespace switches 409 } // namespace switches
415 410
416 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 411 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ssl/ssl_blocking_page.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698