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

Unified Diff: base/run_loop.h

Issue 154203002: Remove unnecessary uses of aura::Env::GetDispatcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 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: base/run_loop.h
diff --git a/base/run_loop.h b/base/run_loop.h
index 5ad92c656257232c362dd57a7323240a4679edb2..d832770d75824d80e8aa8805f216a4f378f11da6 100644
--- a/base/run_loop.h
+++ b/base/run_loop.h
@@ -36,12 +36,6 @@ class BASE_EXPORT RunLoop {
#endif
~RunLoop();
-#if defined(USE_AURA)
- void set_dispatcher(MessagePumpDispatcher* dispatcher) {
- dispatcher_ = dispatcher;
- }
-#endif
-
// Run the current MessageLoop. This blocks until Quit is called. Before
// calling Run, be sure to grab an AsWeakPtr or the QuitClosure in order to
// stop the MessageLoop asynchronously. MessageLoop::Quit and QuitNow will

Powered by Google App Engine
This is Rietveld 408576698