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

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

Issue 2306193002: Fix antialiasing ppapi settings, browser_tests in win32k lockdown (Closed)
Patch Set: no fatal Created 4 years, 3 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
« no previous file with comments | « content/ppapi_plugin/ppapi_plugin_main.cc ('k') | content/public/common/content_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) 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 // like renderers, etc. 310 // like renderers, etc.
311 CONTENT_EXPORT extern const char kDeviceScaleFactor[]; 311 CONTENT_EXPORT extern const char kDeviceScaleFactor[];
312 CONTENT_EXPORT extern const char kDisableLegacyIntermediateWindow[]; 312 CONTENT_EXPORT extern const char kDisableLegacyIntermediateWindow[];
313 CONTENT_EXPORT extern const char kDisableWin32kRendererLockDown[]; 313 CONTENT_EXPORT extern const char kDisableWin32kRendererLockDown[];
314 CONTENT_EXPORT extern const char kEnableWin32kLockDownMimeTypes[]; 314 CONTENT_EXPORT extern const char kEnableWin32kLockDownMimeTypes[];
315 CONTENT_EXPORT extern const char kEnableAcceleratedVpxDecode[]; 315 CONTENT_EXPORT extern const char kEnableAcceleratedVpxDecode[];
316 CONTENT_EXPORT extern const char kEnableWin7WebRtcHWH264Decoding[]; 316 CONTENT_EXPORT extern const char kEnableWin7WebRtcHWH264Decoding[];
317 // Switch to pass the font cache shared memory handle to the renderer. 317 // Switch to pass the font cache shared memory handle to the renderer.
318 CONTENT_EXPORT extern const char kFontCacheSharedHandle[]; 318 CONTENT_EXPORT extern const char kFontCacheSharedHandle[];
319 CONTENT_EXPORT extern const char kMemoryPressureThresholdsMb[]; 319 CONTENT_EXPORT extern const char kMemoryPressureThresholdsMb[];
320 CONTENT_EXPORT extern const char kPpapiAntialiasedTextEnabled[];
321 CONTENT_EXPORT extern const char kPpapiSubpixelRenderingSetting[];
320 CONTENT_EXPORT extern const char kTraceExportEventsToETW[]; 322 CONTENT_EXPORT extern const char kTraceExportEventsToETW[];
321 #endif 323 #endif
322 324
323 #if defined(ENABLE_IPC_FUZZER) 325 #if defined(ENABLE_IPC_FUZZER)
324 extern const char kIpcDumpDirectory[]; 326 extern const char kIpcDumpDirectory[];
325 extern const char kIpcFuzzerTestcase[]; 327 extern const char kIpcFuzzerTestcase[];
326 #endif 328 #endif
327 329
328 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 330 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
329 // alphabetical order, or in one of the ifdefs (also in order in each section). 331 // alphabetical order, or in one of the ifdefs (also in order in each section).
330 332
331 } // namespace switches 333 } // namespace switches
332 334
333 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 335 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/ppapi_plugin/ppapi_plugin_main.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698