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

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

Issue 10830011: Disable WebGL on Android by default (but allow it to be enabled) (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
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 19 matching lines...) Expand all
30 CONTENT_EXPORT extern const char kDisableAcceleratedVideo[]; 30 CONTENT_EXPORT extern const char kDisableAcceleratedVideo[];
31 CONTENT_EXPORT extern const char kDisableAltWinstation[]; 31 CONTENT_EXPORT extern const char kDisableAltWinstation[];
32 CONTENT_EXPORT extern const char kDisableApplicationCache[]; 32 CONTENT_EXPORT extern const char kDisableApplicationCache[];
33 extern const char kDisableAudio[]; 33 extern const char kDisableAudio[];
34 extern const char kDisableBackingStoreLimit[]; 34 extern const char kDisableBackingStoreLimit[];
35 CONTENT_EXPORT extern const char kDisableDatabases[]; 35 CONTENT_EXPORT extern const char kDisableDatabases[];
36 extern const char kDisableDataTransferItems[]; 36 extern const char kDisableDataTransferItems[];
37 CONTENT_EXPORT extern const char kDisableDeferred2dCanvas[]; 37 CONTENT_EXPORT extern const char kDisableDeferred2dCanvas[];
38 extern const char kDisableDesktopNotifications[]; 38 extern const char kDisableDesktopNotifications[];
39 CONTENT_EXPORT extern const char kDisableDeviceOrientation[]; 39 CONTENT_EXPORT extern const char kDisableDeviceOrientation[];
40 #if defined(OS_ANDROID)
41 CONTENT_EXPORT extern const char kEnableExperimentalWebGL[];
42 #else
40 CONTENT_EXPORT extern const char kDisableExperimentalWebGL[]; 43 CONTENT_EXPORT extern const char kDisableExperimentalWebGL[];
44 #endif
41 CONTENT_EXPORT extern const char kBlacklistAcceleratedCompositing[]; 45 CONTENT_EXPORT extern const char kBlacklistAcceleratedCompositing[];
42 CONTENT_EXPORT extern const char kBlacklistWebGL[]; 46 CONTENT_EXPORT extern const char kBlacklistWebGL[];
43 extern const char kDisableFileSystem[]; 47 extern const char kDisableFileSystem[];
44 CONTENT_EXPORT extern const char kDisableFlash3d[]; 48 CONTENT_EXPORT extern const char kDisableFlash3d[];
45 CONTENT_EXPORT extern const char kDisableFlashStage3d[]; 49 CONTENT_EXPORT extern const char kDisableFlashStage3d[];
46 CONTENT_EXPORT extern const char kDisableForceCompositingMode[]; 50 CONTENT_EXPORT extern const char kDisableForceCompositingMode[];
47 extern const char kDisableGeolocation[]; 51 extern const char kDisableGeolocation[];
48 extern const char kDisableGpu[]; 52 extern const char kDisableGpu[];
49 CONTENT_EXPORT extern const char kDisableGLMultisampling[]; 53 CONTENT_EXPORT extern const char kDisableGLMultisampling[];
50 CONTENT_EXPORT extern const char kDisableGpuProcessPrelaunch[]; 54 CONTENT_EXPORT extern const char kDisableGpuProcessPrelaunch[];
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 218
215 #if defined(USE_AURA) 219 #if defined(USE_AURA)
216 CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[]; 220 CONTENT_EXPORT extern const char kFlingTapSuppressMaxDown[];
217 CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[]; 221 CONTENT_EXPORT extern const char kFlingTapSuppressMaxGap[];
218 CONTENT_EXPORT extern const char kTestCompositor[]; 222 CONTENT_EXPORT extern const char kTestCompositor[];
219 #endif 223 #endif
220 224
221 } // namespace switches 225 } // namespace switches
222 226
223 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 227 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698