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

Unified Diff: chrome/test/ui/ui_test.h

Issue 12389073: Collect tab timing information for use in telementry-based startup tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix telemetry tests with reference builds. 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
Index: chrome/test/ui/ui_test.h
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h
index 02d759ac797bc9be801b8a48d97e48c857b4247f..99b360352d610108548a73819564585b08bffe5f 100644
--- a/chrome/test/ui/ui_test.h
+++ b/chrome/test/ui/ui_test.h
@@ -299,6 +299,10 @@ class UITestBase {
// This can be set to true to have the test run the dom automation case.
bool dom_automation_enabled_;
+ // This can be set to true to enable the stats collection controller JS
+ // bindings.
+ bool stats_collection_controller_enabled_;
+
// See set_template_user_data().
base::FilePath template_user_data_;

Powered by Google App Engine
This is Rietveld 408576698