Chromium Code Reviews| Index: content/public/common/content_switches.h |
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h |
| index 26a4b294060e7adce662b6b8a922d46bd67cbeb4..19d988e072a5e0a4e84675cfeb06f4f8b6938d4e 100644 |
| --- a/content/public/common/content_switches.h |
| +++ b/content/public/common/content_switches.h |
| @@ -40,6 +40,7 @@ CONTENT_EXPORT extern const char kEnableExperimentalWebGL[]; |
| #else |
| CONTENT_EXPORT extern const char kDisableExperimentalWebGL[]; |
| #endif |
| +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
|
| CONTENT_EXPORT extern const char kBlacklistAcceleratedCompositing[]; |
| CONTENT_EXPORT extern const char kBlacklistWebGL[]; |
| extern const char kDisableFileSystem[]; |