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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/public/common/content_switches.cc » ('j') | content/renderer/render_view_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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[];
« 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