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

Unified Diff: webkit/tools/test_shell/test_shell.h

Issue 1359001: Allow running tests with enabled but closed Web Inspector (Closed)
Patch Set: Rebase Created 10 years, 9 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 | webkit/tools/test_shell/test_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell.h
diff --git a/webkit/tools/test_shell/test_shell.h b/webkit/tools/test_shell/test_shell.h
index dd0dc2eeea3dfe430edd1ba58a7d2e75be1de26a..12227a0a10a9d3446daf89cb4abb6fc591c40068 100644
--- a/webkit/tools/test_shell/test_shell.h
+++ b/webkit/tools/test_shell/test_shell.h
@@ -370,8 +370,13 @@ private:
static HINSTANCE instance_handle_;
#endif
- // True when the app is being run using the --layout-tests switch.
+ // True if developer extras should be enabled.
+ static bool developer_extras_enabled_;
+
+ // Whether DevTools should be open before loading the page.
static bool inspector_test_mode_;
+
+ // True when the app is being run using the --layout-tests switch.
static bool layout_test_mode_;
// Default timeout in ms for file page loads when in layout test mode.
« no previous file with comments | « no previous file | webkit/tools/test_shell/test_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698