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

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

Issue 660254: Disable the XSS Auditor by default for 4.1.... (Closed) Base URL: svn://chrome-svn/chrome/branches/249/src/
Patch Set: Created 10 years, 10 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) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 extern const char kDisableNewTabFirstRun[]; 50 extern const char kDisableNewTabFirstRun[];
51 extern const char kDisablePlugins[]; 51 extern const char kDisablePlugins[];
52 extern const char kDisablePopupBlocking[]; 52 extern const char kDisablePopupBlocking[];
53 extern const char kDisablePromptOnRepost[]; 53 extern const char kDisablePromptOnRepost[];
54 extern const char kDisableSharedWorkers[]; 54 extern const char kDisableSharedWorkers[];
55 extern const char kDisableSiteSpecificQuirks[]; 55 extern const char kDisableSiteSpecificQuirks[];
56 extern const char kDisableSync[]; 56 extern const char kDisableSync[];
57 extern const char kDisableWebResources[]; 57 extern const char kDisableWebResources[];
58 extern const char kDisableWebSecurity[]; 58 extern const char kDisableWebSecurity[];
59 extern const char kDisableWebSockets[]; 59 extern const char kDisableWebSockets[];
60 extern const char kDisableXSSAuditor[]; 60 extern const char kEnableXSSAuditor[];
61 extern const char kDiskCacheDir[]; 61 extern const char kDiskCacheDir[];
62 extern const char kDiskCacheSize[]; 62 extern const char kDiskCacheSize[];
63 extern const char kDnsLogDetails[]; 63 extern const char kDnsLogDetails[];
64 extern const char kDnsPrefetchDisable[]; 64 extern const char kDnsPrefetchDisable[];
65 extern const char kDomAutomationController[]; 65 extern const char kDomAutomationController[];
66 extern const char kDumpHistogramsOnExit[]; 66 extern const char kDumpHistogramsOnExit[];
67 extern const char kEnableApplicationCache[]; 67 extern const char kEnableApplicationCache[];
68 extern const char kEnableBenchmarking[]; 68 extern const char kEnableBenchmarking[];
69 extern const char kEnableExperimentalExtensionApis[]; 69 extern const char kEnableExperimentalExtensionApis[];
70 extern const char kEnableExperimentalWebGL[]; 70 extern const char kEnableExperimentalWebGL[];
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 #ifndef NDEBUG 210 #ifndef NDEBUG
211 extern const char kGearsPluginPathOverride[]; 211 extern const char kGearsPluginPathOverride[];
212 #endif 212 #endif
213 213
214 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 214 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
215 // alphabetical order, or in one of the ifdefs (also in order in each section). 215 // alphabetical order, or in one of the ifdefs (also in order in each section).
216 216
217 } // namespace switches 217 } // namespace switches
218 218
219 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 219 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/tab_contents/render_view_host_delegate_helper.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698