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

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

Issue 1124173007: Fix typo in --unsafely-treat-insecure-origin-as-secure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « chrome/browser/ui/startup/bad_flags_prompt.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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 extern const char kSyncServiceURL[]; 294 extern const char kSyncServiceURL[];
295 extern const char kSyncDisableDeferredStartup[]; 295 extern const char kSyncDisableDeferredStartup[];
296 extern const char kSyncDeferredStartupTimeoutSeconds[]; 296 extern const char kSyncDeferredStartupTimeoutSeconds[];
297 extern const char kSyncEnableGetUpdateAvoidance[]; 297 extern const char kSyncEnableGetUpdateAvoidance[];
298 extern const char kSyncDisableBackup[]; 298 extern const char kSyncDisableBackup[];
299 extern const char kSyncDisableRollback[]; 299 extern const char kSyncDisableRollback[];
300 extern const char kTestName[]; 300 extern const char kTestName[];
301 extern const char kTrustedSpdyProxy[]; 301 extern const char kTrustedSpdyProxy[];
302 extern const char kTryChromeAgain[]; 302 extern const char kTryChromeAgain[];
303 extern const char kUnlimitedStorage[]; 303 extern const char kUnlimitedStorage[];
304 extern const char kUnsafetyTreatInsecureOriginAsSecure[]; 304 extern const char kUnsafelyTreatInsecureOriginAsSecure[];
305 extern const char kUseSimpleCacheBackend[]; 305 extern const char kUseSimpleCacheBackend[];
306 extern const char kUseSpdy[]; 306 extern const char kUseSpdy[];
307 extern const char kUserAgent[]; 307 extern const char kUserAgent[];
308 extern const char kUserDataDir[]; 308 extern const char kUserDataDir[];
309 extern const char kV8PacMojoInProcess[]; 309 extern const char kV8PacMojoInProcess[];
310 extern const char kV8PacMojoOutOfProcess[]; 310 extern const char kV8PacMojoOutOfProcess[];
311 extern const char kValidateCrx[]; 311 extern const char kValidateCrx[];
312 extern const char kVariationsServerURL[]; 312 extern const char kVariationsServerURL[];
313 extern const char kVersion[]; 313 extern const char kVersion[];
314 extern const char kWindowPosition[]; 314 extern const char kWindowPosition[];
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 #if defined(OS_CHROMEOS) 399 #if defined(OS_CHROMEOS)
400 bool PowerOverlayEnabled(); 400 bool PowerOverlayEnabled();
401 #endif 401 #endif
402 402
403 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 403 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
404 // alphabetical order, or in one of the ifdefs (also in order in each section). 404 // alphabetical order, or in one of the ifdefs (also in order in each section).
405 405
406 } // namespace switches 406 } // namespace switches
407 407
408 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 408 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/startup/bad_flags_prompt.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698