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

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

Issue 231763003: Support sideloaded fonts via command line option for blink layout_tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 8 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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 CONTENT_EXPORT extern const char kPpapiBrokerProcess[]; 217 CONTENT_EXPORT extern const char kPpapiBrokerProcess[];
218 CONTENT_EXPORT extern const char kPpapiFlashArgs[]; 218 CONTENT_EXPORT extern const char kPpapiFlashArgs[];
219 CONTENT_EXPORT extern const char kPpapiInProcess[]; 219 CONTENT_EXPORT extern const char kPpapiInProcess[];
220 extern const char kPpapiPluginLauncher[]; 220 extern const char kPpapiPluginLauncher[];
221 CONTENT_EXPORT extern const char kPpapiPluginProcess[]; 221 CONTENT_EXPORT extern const char kPpapiPluginProcess[];
222 extern const char kPpapiStartupDialog[]; 222 extern const char kPpapiStartupDialog[];
223 CONTENT_EXPORT extern const char kProcessPerSite[]; 223 CONTENT_EXPORT extern const char kProcessPerSite[];
224 CONTENT_EXPORT extern const char kProcessPerTab[]; 224 CONTENT_EXPORT extern const char kProcessPerTab[];
225 CONTENT_EXPORT extern const char kProcessType[]; 225 CONTENT_EXPORT extern const char kProcessType[];
226 CONTENT_EXPORT extern const char kReduceSecurityForTesting[]; 226 CONTENT_EXPORT extern const char kReduceSecurityForTesting[];
227 CONTENT_EXPORT extern const char kRegisterFontFiles[];
227 CONTENT_EXPORT extern const char kRegisterPepperPlugins[]; 228 CONTENT_EXPORT extern const char kRegisterPepperPlugins[];
228 CONTENT_EXPORT extern const char kRemoteDebuggingPort[]; 229 CONTENT_EXPORT extern const char kRemoteDebuggingPort[];
229 CONTENT_EXPORT extern const char kRendererAssertTest[]; 230 CONTENT_EXPORT extern const char kRendererAssertTest[];
230 extern const char kRendererCmdPrefix[]; 231 extern const char kRendererCmdPrefix[];
231 CONTENT_EXPORT extern const char kRendererProcess[]; 232 CONTENT_EXPORT extern const char kRendererProcess[];
232 CONTENT_EXPORT extern const char kRendererProcessLimit[]; 233 CONTENT_EXPORT extern const char kRendererProcessLimit[];
233 CONTENT_EXPORT extern const char kRendererStartupDialog[]; 234 CONTENT_EXPORT extern const char kRendererStartupDialog[];
234 extern const char kSandboxIPCProcess[]; 235 extern const char kSandboxIPCProcess[];
235 CONTENT_EXPORT extern const char kScrollEndEffect[]; 236 CONTENT_EXPORT extern const char kScrollEndEffect[];
236 extern const char kShowPaintRects[]; 237 extern const char kShowPaintRects[];
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 extern const char kEnableCarbonInterposing[]; 307 extern const char kEnableCarbonInterposing[];
307 extern const char kDisableCoreAnimationPlugins[]; 308 extern const char kDisableCoreAnimationPlugins[];
308 #endif 309 #endif
309 310
310 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 311 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
311 // alphabetical order, or in one of the ifdefs (also in order in each section). 312 // alphabetical order, or in one of the ifdefs (also in order in each section).
312 313
313 } // namespace switches 314 } // namespace switches
314 315
315 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 316 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698