| 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
|
|
|