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

Unified Diff: base/test/test_stub_android.cc

Issue 9706022: Build Android's MessagePumpForUI by upstreaming SystemMessageHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch Created 8 years, 9 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 | « base/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: base/test/test_stub_android.cc
diff --git a/base/test/test_stub_android.cc b/base/test/test_stub_android.cc
index c806e22dd81574b1212a433b5598ca98a27c74f2..be45e42d693fa1ff489cb8e9d71cae45330d4a92 100644
--- a/base/test/test_stub_android.cc
+++ b/base/test/test_stub_android.cc
@@ -178,27 +178,3 @@ void InitAndroidTestStub() {
MessageLoop::InitMessagePumpForUIFactory(&CreateMessagePumpForUIStub);
}
-
-namespace base {
-
-// TODO(michaelbai): The below MessagePumpForUI were added because we excluded
-// message_pump_android.{h|cc} which require JNI to compile. Remove them when
-// those 2 files added.
-MessagePumpForUI::MessagePumpForUI()
- : state_(NULL) {
-}
-
-MessagePumpForUI::~MessagePumpForUI() {}
-
-void MessagePumpForUI::Run(Delegate* delegate) {}
-
-void MessagePumpForUI::Start(Delegate* delegate) {}
-
-void MessagePumpForUI::Quit() {}
-
-void MessagePumpForUI::ScheduleWork() {}
-
-void MessagePumpForUI::ScheduleDelayedWork(const TimeTicks& delayed_work_time) {
-}
-
-} // namespace base
« no previous file with comments | « base/message_pump_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698