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

Unified Diff: content/shell/common/shell_switches.h

Issue 17895003: Add --expose-internals-for-testing flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move flag to be content-shell specific 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 | « content/content_shell.gypi ('k') | content/shell/common/shell_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/common/shell_switches.h
diff --git a/content/shell/common/shell_switches.h b/content/shell/common/shell_switches.h
index 358d9d826ea75f4a91629db180db965fb4254aa9..8d45e05f37dc1d456f0772219a3591e4227f91b0 100644
--- a/content/shell/common/shell_switches.h
+++ b/content/shell/common/shell_switches.h
@@ -17,6 +17,7 @@ extern const char kDumpRenderTree[];
extern const char kEnableAccelerated2DCanvas[];
extern const char kEnableSoftwareCompositing[];
extern const char kEncodeBinary[];
+extern const char kExposeInternalsForTesting[];
extern const char kOutputLayoutTestDifferences[];
} // namespace switches
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/common/shell_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698