Chromium Code Reviews

Unified Diff: chrome/test/ui/layout_plugin_uitest.cc

Issue 5967003: Refactor UITestBase/ProxyLauncher. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Changes per Paweł's comments. Created 9 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/test/ui/layout_plugin_uitest.cc
diff --git a/chrome/test/ui/layout_plugin_uitest.cc b/chrome/test/ui/layout_plugin_uitest.cc
index e3099377c4b361733927dd7cc36e133722413bbf..07fab43af92381779d0c8a2ccbca81cde019847a 100644
--- a/chrome/test/ui/layout_plugin_uitest.cc
+++ b/chrome/test/ui/layout_plugin_uitest.cc
@@ -68,7 +68,7 @@ TEST_F(LayoutPluginTester, FLAKY_SelfDeletePluginInvoke) {
}
TEST_F(LayoutPluginTester, NPObjectReleasedOnDestruction) {
- if (UITest::in_process_renderer())
+ if (ProxyLauncher::in_process_renderer())
return;
const FilePath test_case(

Powered by Google App Engine