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

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

Issue 367002: Added Pepper 3D render context that instantiates the GPU plugin.... (Closed) Base URL: svn://chrome-svn/chrome/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
« no previous file with comments | « chrome/chrome_renderer.gypi ('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) 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 kEnableGeolocation[];
77 extern const char kEnableGPUPlugin[];
77 extern const char kDisableLocalStorage[]; 78 extern const char kDisableLocalStorage[];
78 extern const char kEnableLogging[]; 79 extern const char kEnableLogging[];
79 extern const char kEnableMonitorProfile[]; 80 extern const char kEnableMonitorProfile[];
80 extern const char kEnableNativeWebWorkers[]; 81 extern const char kEnableNativeWebWorkers[];
81 extern const char kEnableNewAutoFill[]; 82 extern const char kEnableNewAutoFill[];
82 extern const char kEnablePrivacyBlacklists[]; 83 extern const char kEnablePrivacyBlacklists[];
83 extern const char kEnableRendererAccessibility[]; 84 extern const char kEnableRendererAccessibility[];
84 extern const char kEnableSeccompSandbox[]; 85 extern const char kEnableSeccompSandbox[];
85 extern const char kEnableSessionStorage[]; 86 extern const char kEnableSessionStorage[];
86 extern const char kEnableStatsTable[]; 87 extern const char kEnableStatsTable[];
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 #ifndef NDEBUG 221 #ifndef NDEBUG
221 extern const char kGearsPluginPathOverride[]; 222 extern const char kGearsPluginPathOverride[];
222 #endif 223 #endif
223 224
224 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 225 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
225 // alphabetical order, or in one of the ifdefs (also in order in each section). 226 // alphabetical order, or in one of the ifdefs (also in order in each section).
226 227
227 } // namespace switches 228 } // namespace switches
228 229
229 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 230 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698