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

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

Issue 426014: Merge 32770 - Revert change that disallowed content scripts access to... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/249/src/
Patch Set: Created 11 years, 1 month 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) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 extern const char kDomAutomationController[]; 63 extern const char kDomAutomationController[];
64 extern const char kDumpHistogramsOnExit[]; 64 extern const char kDumpHistogramsOnExit[];
65 extern const char kEnableApplicationCache[]; 65 extern const char kEnableApplicationCache[];
66 extern const char kEnableBenchmarking[]; 66 extern const char kEnableBenchmarking[];
67 extern const char kEnableDatabases[]; 67 extern const char kEnableDatabases[];
68 extern const char kEnableExperimentalExtensionApis[]; 68 extern const char kEnableExperimentalExtensionApis[];
69 extern const char kEnableExperimentalWebGL[]; 69 extern const char kEnableExperimentalWebGL[];
70 extern const char kEnableExtensionTimelineApi[]; 70 extern const char kEnableExtensionTimelineApi[];
71 extern const char kEnableFastback[]; 71 extern const char kEnableFastback[];
72 extern const char kEnableFileCookies[]; 72 extern const char kEnableFileCookies[];
73 extern const char kEnableJsOnFileUrls[];
74 extern const char kDisableLocalStorage[]; 73 extern const char kDisableLocalStorage[];
75 extern const char kEnableLogging[]; 74 extern const char kEnableLogging[];
76 extern const char kEnableMonitorProfile[]; 75 extern const char kEnableMonitorProfile[];
77 extern const char kEnableNativeWebWorkers[]; 76 extern const char kEnableNativeWebWorkers[];
78 extern const char kEnableNewAutoFill[]; 77 extern const char kEnableNewAutoFill[];
79 extern const char kDisableRemoteFonts[]; 78 extern const char kDisableRemoteFonts[];
80 extern const char kEnableRendererAccessibility[]; 79 extern const char kEnableRendererAccessibility[];
81 extern const char kEnableSeccompSandbox[]; 80 extern const char kEnableSeccompSandbox[];
82 extern const char kEnableSessionStorage[]; 81 extern const char kEnableSessionStorage[];
83 extern const char kEnableStatsTable[]; 82 extern const char kEnableStatsTable[];
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 #ifndef NDEBUG 208 #ifndef NDEBUG
210 extern const char kGearsPluginPathOverride[]; 209 extern const char kGearsPluginPathOverride[];
211 #endif 210 #endif
212 211
213 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 212 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
214 // alphabetical order, or in one of the ifdefs (also in order in each section). 213 // alphabetical order, or in one of the ifdefs (also in order in each section).
215 214
216 } // namespace switches 215 } // namespace switches
217 216
218 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 217 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/extensions/extensions_service_unittest.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698