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

Side by Side Diff: content/public/common/content_switches.h

Issue 12662019: Split the ProcessType enum into process types that content knows about (which will remain in src\co… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 9 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 "content" command-line switches. 5 // Defines all the "content" command-line switches.
6 6
7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 7 #ifndef CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 8 #define CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
9 9
10 #include "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 CONTENT_EXPORT extern const char kHostResolverRules[]; 148 CONTENT_EXPORT extern const char kHostResolverRules[];
149 CONTENT_EXPORT extern const char kIgnoreCertificateErrors[]; 149 CONTENT_EXPORT extern const char kIgnoreCertificateErrors[];
150 CONTENT_EXPORT extern const char kIgnoreGpuBlacklist[]; 150 CONTENT_EXPORT extern const char kIgnoreGpuBlacklist[];
151 extern const char kInProcessGPU[]; 151 extern const char kInProcessGPU[];
152 extern const char kInProcessPlugins[]; 152 extern const char kInProcessPlugins[];
153 CONTENT_EXPORT extern const char kJavaScriptFlags[]; 153 CONTENT_EXPORT extern const char kJavaScriptFlags[];
154 extern const char kLoadPlugin[]; 154 extern const char kLoadPlugin[];
155 CONTENT_EXPORT extern const char kLoggingLevel[]; 155 CONTENT_EXPORT extern const char kLoggingLevel[];
156 extern const char kLogPluginMessages[]; 156 extern const char kLogPluginMessages[];
157 extern const char kMemoryMetrics[]; 157 extern const char kMemoryMetrics[];
158 // TODO(jam): this doesn't belong in content.
159 CONTENT_EXPORT extern const char kNaClBrokerProcess[];
160 CONTENT_EXPORT extern const char kNaClLoaderProcess[];
161 CONTENT_EXPORT extern const char kNoReferrers[]; 158 CONTENT_EXPORT extern const char kNoReferrers[];
162 CONTENT_EXPORT extern const char kNoSandbox[]; 159 CONTENT_EXPORT extern const char kNoSandbox[];
163 CONTENT_EXPORT extern const char kAllowNoSandboxJob[]; 160 CONTENT_EXPORT extern const char kAllowNoSandboxJob[];
164 extern const char kPluginLauncher[]; 161 extern const char kPluginLauncher[];
165 CONTENT_EXPORT extern const char kPluginPath[]; 162 CONTENT_EXPORT extern const char kPluginPath[];
166 CONTENT_EXPORT extern const char kPluginProcess[]; 163 CONTENT_EXPORT extern const char kPluginProcess[];
167 extern const char kPluginStartupDialog[]; 164 extern const char kPluginStartupDialog[];
168 CONTENT_EXPORT extern const char kPpapiBrokerProcess[]; 165 CONTENT_EXPORT extern const char kPpapiBrokerProcess[];
169 CONTENT_EXPORT extern const char kPpapiInProcess[]; 166 CONTENT_EXPORT extern const char kPpapiInProcess[];
170 extern const char kPpapiPluginLauncher[]; 167 extern const char kPpapiPluginLauncher[];
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 237
241 #if defined(USE_AURA) 238 #if defined(USE_AURA)
242 CONTENT_EXPORT extern const char kTestCompositor[]; 239 CONTENT_EXPORT extern const char kTestCompositor[];
243 #endif 240 #endif
244 241
245 CONTENT_EXPORT extern const char kDisableOverscrollHistoryNavigation[]; 242 CONTENT_EXPORT extern const char kDisableOverscrollHistoryNavigation[];
246 243
247 } // namespace switches 244 } // namespace switches
248 245
249 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 246 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698