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

Unified Diff: content/shell/webkit_test_controller.h

Issue 16074003: [content shell] don't open new windows after printing the test results (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/shell/webkit_test_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/webkit_test_controller.h
diff --git a/content/shell/webkit_test_controller.h b/content/shell/webkit_test_controller.h
index 8585d5c3899f8dd574bb685cba8563a54a0b3c5c..af7411f0b5e939ceeb1ab2773b4f6cea65d98fe3 100644
--- a/content/shell/webkit_test_controller.h
+++ b/content/shell/webkit_test_controller.h
@@ -160,6 +160,10 @@ class WebKitTestController : public base::NonThreadSafe,
// phase between two layout tests.
bool is_running_test_;
+ // True if we already printed results and are in the cleaning up phase of a
+ // test.
+ bool is_cleaning_up_;
marja 2013/05/28 11:16:35 Would it make sense to have a "test phase" enum in
+
// True if the currently running test is a compositing test.
bool is_compositing_test_;
« no previous file with comments | « no previous file | content/shell/webkit_test_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698