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

Unified Diff: ui/aura/window_observer.cc

Issue 2445163002: Make aura work with mus (Closed)
Patch Set: NON_EXPORTED_BASE_CLASS Created 4 years, 2 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 | « ui/aura/window_observer.h ('k') | ui/views/mus/input_method_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_observer.cc
diff --git a/ui/aura/window_observer.cc b/ui/aura/window_observer.cc
index bf5ffac2a4ee29c9283aa64dc0b04df155b2080e..9301f4c545006fbad3b2240c7fdc54628a713727 100644
--- a/ui/aura/window_observer.cc
+++ b/ui/aura/window_observer.cc
@@ -26,4 +26,6 @@ void WindowObserver::OnUnobservingWindow(aura::Window* window) {
observing_--;
}
+void WindowObserver::OnEmbeddedAppDisconnected(Window* window) {}
+
} // namespace aura
« no previous file with comments | « ui/aura/window_observer.h ('k') | ui/views/mus/input_method_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698