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

Unified Diff: chrome/test/reliability/page_load_test.cc

Issue 5967003: Refactor UITestBase/ProxyLauncher. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Add POD struct to hold some launcher variables. Created 9 years, 11 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/reliability/page_load_test.cc
diff --git a/chrome/test/reliability/page_load_test.cc b/chrome/test/reliability/page_load_test.cc
index 2aeb0a7a25f85b9272c264be51e5126afb5596bb..a799c1d11b89b94d56a898596ef23ddbff9783d1 100644
--- a/chrome/test/reliability/page_load_test.cc
+++ b/chrome/test/reliability/page_load_test.cc
@@ -331,7 +331,7 @@ class PageLoadTest : public UITest {
// Also don't run if running as a standalone program which is for
// distributed testing, to avoid mistakenly hitting web sites with many
// instances.
- if (in_process_renderer() || g_stand_alone)
+ if (ProxyLauncher::in_process_renderer() || g_stand_alone)
return;
// For usage 1
NavigationMetrics metrics;

Powered by Google App Engine
This is Rietveld 408576698