Index: ui/aura/env.h |
diff --git a/ui/aura/env.h b/ui/aura/env.h |
index ad31cd57ac508b039c4cc6e6d65fa4a7ac5e290e..7228da7fba87e3939ad5fcdf1dcd91da5541fdfa 100644 |
--- a/ui/aura/env.h |
+++ b/ui/aura/env.h |
@@ -60,9 +60,7 @@ class AURA_EXPORT Env : public ui::EventTarget { |
// Returns the native event dispatcher. The result should only be passed to |
// base::RunLoop(dispatcher), or used to dispatch an event by |
// |Dispatch(const NativeEvent&)| on it. It must never be stored. |
-#if !defined(OS_MACOSX) |
base::MessageLoop::Dispatcher* GetDispatcher(); |
-#endif |
// Invoked by RootWindow when its host is activated. |
void RootWindowActivated(RootWindow* root_window); |