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

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

Issue 2815008: Adds a temporary switch --enable-glsl-translator which ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 extern const char kEnableBenchmarking[]; 94 extern const char kEnableBenchmarking[];
95 extern const char kEnableChromoting[]; 95 extern const char kEnableChromoting[];
96 extern const char kEnableCloudPrintProxy[]; 96 extern const char kEnableCloudPrintProxy[];
97 extern const char kEnableCloudPrint[]; 97 extern const char kEnableCloudPrint[];
98 extern const char kEnableExperimentalExtensionApis[]; 98 extern const char kEnableExperimentalExtensionApis[];
99 extern const char kEnableExperimentalWebGL[]; 99 extern const char kEnableExperimentalWebGL[];
100 extern const char kEnableExtensionTimelineApi[]; 100 extern const char kEnableExtensionTimelineApi[];
101 extern const char kEnableExtensionToolstrips[]; 101 extern const char kEnableExtensionToolstrips[];
102 extern const char kEnableFastback[]; 102 extern const char kEnableFastback[];
103 extern const char kEnableFileCookies[]; 103 extern const char kEnableFileCookies[];
104 extern const char kEnableGLSLTranslator[];
104 extern const char kEnableGPUPlugin[]; 105 extern const char kEnableGPUPlugin[];
105 extern const char kEnableGPURendering[]; 106 extern const char kEnableGPURendering[];
106 extern const char kEnableIndexedDatabase[]; 107 extern const char kEnableIndexedDatabase[];
107 extern const char kEnableIPv6[]; 108 extern const char kEnableIPv6[];
108 extern const char kEnableLogging[]; 109 extern const char kEnableLogging[];
109 extern const char kEnableMonitorProfile[]; 110 extern const char kEnableMonitorProfile[];
110 extern const char kEnableNaCl[]; 111 extern const char kEnableNaCl[];
111 extern const char kEnableNativeWebWorkers[]; 112 extern const char kEnableNativeWebWorkers[];
112 extern const char kEnablePreparsedJsCaching[]; 113 extern const char kEnablePreparsedJsCaching[];
113 extern const char kEnablePreconnect[]; 114 extern const char kEnablePreconnect[];
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 #endif 333 #endif
333 // Return true if the switches indicate the seccomp sandbox is enabled. 334 // Return true if the switches indicate the seccomp sandbox is enabled.
334 bool SeccompSandboxEnabled(); 335 bool SeccompSandboxEnabled();
335 336
336 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 337 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
337 // alphabetical order, or in one of the ifdefs (also in order in each section). 338 // alphabetical order, or in one of the ifdefs (also in order in each section).
338 339
339 } // namespace switches 340 } // namespace switches
340 341
341 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 342 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/browser_render_process_host.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698