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

Unified Diff: mojo/services/window_manager/window_manager_impl.h

Issue 718473003: Add mojo::Binding<Interface> for more flexible pipe<->impl binding (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rename Binding::router() -> Binding::internal_router() Created 6 years, 1 month 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: mojo/services/window_manager/window_manager_impl.h
diff --git a/mojo/services/window_manager/window_manager_impl.h b/mojo/services/window_manager/window_manager_impl.h
index 134ff454f0cf078c7a351cb7960ad3030c5370e0..88b877c589c7a040ba6d9b416686b8121e4bc2b2 100644
--- a/mojo/services/window_manager/window_manager_impl.h
+++ b/mojo/services/window_manager/window_manager_impl.h
@@ -36,9 +36,6 @@ class WindowManagerImpl : public InterfaceImpl<WindowManager> {
void ActivateWindow(uint32_t view_id,
const Callback<void(bool)>& callback) override;
- // InterfaceImpl:
- void OnConnectionEstablished() override;
-
WindowManagerApp* window_manager_;
// Whether this connection originated from the ViewManager. Connections that

Powered by Google App Engine
This is Rietveld 408576698