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

Unified Diff: content/test/content_test_launcher.cc

Issue 17076008: content_shell: Move BrowserTestSystemMessageHandler and use it in layout tests for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « content/test/browser_test_message_pump_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/content_test_launcher.cc
diff --git a/content/test/content_test_launcher.cc b/content/test/content_test_launcher.cc
index ec0c581a166d9ae228ffb73810bda8ccb86cd234..8f017900109c8bb5e01d16311feeddb7323c0746 100644
--- a/content/test/content_test_launcher.cc
+++ b/content/test/content_test_launcher.cc
@@ -19,7 +19,7 @@
#if defined(OS_ANDROID)
#include "base/message_loop.h"
-#include "content/test/browser_test_message_pump_android.h"
+#include "content/public/test/nested_message_pump_android.h"
#endif
#if defined(OS_WIN)
@@ -57,7 +57,7 @@ class ContentShellTestSuiteInitializer
#if defined(OS_ANDROID)
base::MessagePump* CreateMessagePumpForUI() {
- return new BrowserTestMessagePumpAndroid();
+ return new NestedMessagePumpAndroid();
};
#endif
« no previous file with comments | « content/test/browser_test_message_pump_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698