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

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

Issue 21421002: Revert EVS revisions 209760, 298753, 213143. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased at 216225, prepare to land Created 7 years, 4 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
« no previous file with comments | « content/content_renderer.gypi ('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 17 matching lines...) Expand all
28 CONTENT_EXPORT extern const char kDisableAcceleratedLayers[]; 28 CONTENT_EXPORT extern const char kDisableAcceleratedLayers[];
29 CONTENT_EXPORT extern const char kDisableAcceleratedPlugins[]; 29 CONTENT_EXPORT extern const char kDisableAcceleratedPlugins[];
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 CONTENT_EXPORT extern const char kDisableAudio[]; 33 CONTENT_EXPORT 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 kDisableDesktopNotifications[]; 36 extern const char kDisableDesktopNotifications[];
37 CONTENT_EXPORT extern const char kDisableDeviceOrientation[]; 37 CONTENT_EXPORT extern const char kDisableDeviceOrientation[];
38 #if defined(OS_CHROMEOS)
39 CONTENT_EXPORT extern const char kEnableEncodedScreenCapture[];
40 #endif
41 CONTENT_EXPORT extern const char kDisableExperimentalWebGL[]; 38 CONTENT_EXPORT extern const char kDisableExperimentalWebGL[];
42 CONTENT_EXPORT extern const char kBlacklistAcceleratedCompositing[]; 39 CONTENT_EXPORT extern const char kBlacklistAcceleratedCompositing[];
43 CONTENT_EXPORT extern const char kBlacklistWebGL[]; 40 CONTENT_EXPORT extern const char kBlacklistWebGL[];
44 extern const char kDisableFileSystem[]; 41 extern const char kDisableFileSystem[];
45 CONTENT_EXPORT extern const char kDisableFlash3d[]; 42 CONTENT_EXPORT extern const char kDisableFlash3d[];
46 CONTENT_EXPORT extern const char kDisableFlashStage3d[]; 43 CONTENT_EXPORT extern const char kDisableFlashStage3d[];
47 CONTENT_EXPORT extern const char kDisableForceCompositingMode[]; 44 CONTENT_EXPORT extern const char kDisableForceCompositingMode[];
48 extern const char kDisableGeolocation[]; 45 extern const char kDisableGeolocation[];
49 CONTENT_EXPORT extern const char kUseGpuInTests[]; 46 CONTENT_EXPORT extern const char kUseGpuInTests[];
50 extern const char kDisableGpu[]; 47 extern const char kDisableGpu[];
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 CONTENT_EXPORT extern const char kScrollEndEffect[]; 278 CONTENT_EXPORT extern const char kScrollEndEffect[];
282 CONTENT_EXPORT extern const char kEnableOverscrollNotifications[]; 279 CONTENT_EXPORT extern const char kEnableOverscrollNotifications[];
283 CONTENT_EXPORT extern const char kEnableWebGLDraftExtensions[]; 280 CONTENT_EXPORT extern const char kEnableWebGLDraftExtensions[];
284 281
285 CONTENT_EXPORT extern const char kDisableAcceleratedFixedRootBackground[]; 282 CONTENT_EXPORT extern const char kDisableAcceleratedFixedRootBackground[];
286 CONTENT_EXPORT extern const char kEnableAcceleratedFixedRootBackground[]; 283 CONTENT_EXPORT extern const char kEnableAcceleratedFixedRootBackground[];
287 284
288 } // namespace switches 285 } // namespace switches
289 286
290 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 287 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/public/common/content_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698