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

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

Issue 460020: Add command line flag and associated prefs to allow run-time enable of geoloc... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 extern const char kDomAutomationController[]; 66 extern const char kDomAutomationController[];
67 extern const char kDumpHistogramsOnExit[]; 67 extern const char kDumpHistogramsOnExit[];
68 extern const char kEnableApplicationCache[]; 68 extern const char kEnableApplicationCache[];
69 extern const char kEnableBenchmarking[]; 69 extern const char kEnableBenchmarking[];
70 extern const char kEnableExperimentalExtensionApis[]; 70 extern const char kEnableExperimentalExtensionApis[];
71 extern const char kEnableExperimentalWebGL[]; 71 extern const char kEnableExperimentalWebGL[];
72 extern const char kEnableExtensionTimelineApi[]; 72 extern const char kEnableExtensionTimelineApi[];
73 extern const char kEnableExtensionToolstrips[]; 73 extern const char kEnableExtensionToolstrips[];
74 extern const char kEnableFastback[]; 74 extern const char kEnableFastback[];
75 extern const char kEnableFileCookies[]; 75 extern const char kEnableFileCookies[];
76 extern const char kEnableGeolocation[];
76 extern const char kDisableLocalStorage[]; 77 extern const char kDisableLocalStorage[];
77 extern const char kEnableLogging[]; 78 extern const char kEnableLogging[];
78 extern const char kEnableMonitorProfile[]; 79 extern const char kEnableMonitorProfile[];
79 extern const char kEnableNativeWebWorkers[]; 80 extern const char kEnableNativeWebWorkers[];
80 extern const char kEnableNewAutoFill[]; 81 extern const char kEnableNewAutoFill[];
81 extern const char kEnablePrivacyBlacklists[]; 82 extern const char kEnablePrivacyBlacklists[];
82 extern const char kEnableRendererAccessibility[]; 83 extern const char kEnableRendererAccessibility[];
83 extern const char kEnableSeccompSandbox[]; 84 extern const char kEnableSeccompSandbox[];
84 extern const char kEnableSessionStorage[]; 85 extern const char kEnableSessionStorage[];
85 extern const char kEnableStatsTable[]; 86 extern const char kEnableStatsTable[];
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 #ifndef NDEBUG 210 #ifndef NDEBUG
210 extern const char kGearsPluginPathOverride[]; 211 extern const char kGearsPluginPathOverride[];
211 #endif 212 #endif
212 213
213 // 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
214 // 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).
215 216
216 } // namespace switches 217 } // namespace switches
217 218
218 #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