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

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

Issue 475004: Revert 34161 - Enable Pepper support by default, including building the test ... (Closed) Base URL: svn://svn.chromium.org/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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 extern const char kExtensionsUpdateFrequency[]; 92 extern const char kExtensionsUpdateFrequency[];
93 extern const char kFileDescriptorLimit[]; 93 extern const char kFileDescriptorLimit[];
94 extern const char kFirstRun[]; 94 extern const char kFirstRun[];
95 extern const char kForceFieldTestNameAndValue[]; 95 extern const char kForceFieldTestNameAndValue[];
96 extern const char kHideIcons[]; 96 extern const char kHideIcons[];
97 extern const char kHomePage[]; 97 extern const char kHomePage[];
98 extern const char kImport[]; 98 extern const char kImport[];
99 extern const char kInProcessPlugins[]; 99 extern const char kInProcessPlugins[];
100 extern const char kIncognito[]; 100 extern const char kIncognito[];
101 extern const char kInternalNaCl[]; 101 extern const char kInternalNaCl[];
102 extern const char kInternalPepper[];
103 extern const char kJavaScriptFlags[]; 102 extern const char kJavaScriptFlags[];
104 extern const char kLoadExtension[]; 103 extern const char kLoadExtension[];
105 extern const char kLoadPlugin[]; 104 extern const char kLoadPlugin[];
106 extern const char kLogFilterPrefix[]; 105 extern const char kLogFilterPrefix[];
107 extern const char kLogPluginMessages[]; 106 extern const char kLogPluginMessages[];
108 extern const char kLoggingLevel[]; 107 extern const char kLoggingLevel[];
109 extern const char kMakeDefaultBrowser[]; 108 extern const char kMakeDefaultBrowser[];
110 extern const char kMediaCacheSize[]; 109 extern const char kMediaCacheSize[];
111 extern const char kMemoryProfiling[]; 110 extern const char kMemoryProfiling[];
112 extern const char kMessageLoopHistogrammer[]; 111 extern const char kMessageLoopHistogrammer[];
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 #ifndef NDEBUG 210 #ifndef NDEBUG
212 extern const char kGearsPluginPathOverride[]; 211 extern const char kGearsPluginPathOverride[];
213 #endif 212 #endif
214 213
215 // 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
216 // 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).
217 216
218 } // namespace switches 217 } // namespace switches
219 218
220 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 219 #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