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

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

Issue 17895003: Add --expose-internals-for-testing flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 22 matching lines...) Expand all
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_ANDROID) 38 #if defined(OS_ANDROID)
39 CONTENT_EXPORT extern const char kEnableExperimentalWebGL[]; 39 CONTENT_EXPORT extern const char kEnableExperimentalWebGL[];
40 #else 40 #else
41 CONTENT_EXPORT extern const char kDisableExperimentalWebGL[]; 41 CONTENT_EXPORT extern const char kDisableExperimentalWebGL[];
42 #endif 42 #endif
43 extern const char kExposeInternalsForTesting[];
jam 2013/06/26 16:46:16 nit: can you try to sort this (i realize the file
Rick Byers 2013/06/26 17:32:05 Done. It looks like there are two separate sort-o
43 CONTENT_EXPORT extern const char kBlacklistAcceleratedCompositing[]; 44 CONTENT_EXPORT extern const char kBlacklistAcceleratedCompositing[];
44 CONTENT_EXPORT extern const char kBlacklistWebGL[]; 45 CONTENT_EXPORT extern const char kBlacklistWebGL[];
45 extern const char kDisableFileSystem[]; 46 extern const char kDisableFileSystem[];
46 CONTENT_EXPORT extern const char kDisableFlash3d[]; 47 CONTENT_EXPORT extern const char kDisableFlash3d[];
47 CONTENT_EXPORT extern const char kDisableFlashStage3d[]; 48 CONTENT_EXPORT extern const char kDisableFlashStage3d[];
48 CONTENT_EXPORT extern const char kDisableForceCompositingMode[]; 49 CONTENT_EXPORT extern const char kDisableForceCompositingMode[];
49 extern const char kDisableGeolocation[]; 50 extern const char kDisableGeolocation[];
50 CONTENT_EXPORT extern const char kUseGpuInTests[]; 51 CONTENT_EXPORT extern const char kUseGpuInTests[];
51 extern const char kDisableGpu[]; 52 extern const char kDisableGpu[];
52 CONTENT_EXPORT extern const char kDisableGLMultisampling[]; 53 CONTENT_EXPORT extern const char kDisableGLMultisampling[];
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 CONTENT_EXPORT extern const char kTestCompositor[]; 268 CONTENT_EXPORT extern const char kTestCompositor[];
268 #endif 269 #endif
269 270
270 CONTENT_EXPORT extern const char kOverscrollHistoryNavigation[]; 271 CONTENT_EXPORT extern const char kOverscrollHistoryNavigation[];
271 CONTENT_EXPORT extern const char kEnableOverscrollNotifications[]; 272 CONTENT_EXPORT extern const char kEnableOverscrollNotifications[];
272 CONTENT_EXPORT extern const char kEnableWebGLDraftExtensions[]; 273 CONTENT_EXPORT extern const char kEnableWebGLDraftExtensions[];
273 274
274 } // namespace switches 275 } // namespace switches
275 276
276 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_ 277 #endif // CONTENT_PUBLIC_COMMON_CONTENT_SWITCHES_H_
OLDNEW
« no previous file with comments | « no previous file | content/public/common/content_switches.cc » ('j') | content/renderer/render_view_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698