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

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

Issue 460863002: Rename Node to View in the View Manager mojom & client lib. Service TBD. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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: mojo/services/window_manager/window_manager_service_impl.h
diff --git a/mojo/services/window_manager/window_manager_service_impl.h b/mojo/services/window_manager/window_manager_service_impl.h
index 5756222db9151e491250320cb5f9ec81f60bfc18..4f062f031a7711d62385237e7294ce1eb33c95e4 100644
--- a/mojo/services/window_manager/window_manager_service_impl.h
+++ b/mojo/services/window_manager/window_manager_service_impl.h
@@ -19,7 +19,7 @@ class WindowManagerServiceImpl : public InterfaceImpl<WindowManagerService> {
virtual ~WindowManagerServiceImpl();
void NotifyReady();
- void NotifyNodeFocused(Id new_focused_id, Id old_focused_id);
+ void NotifyViewFocused(Id new_focused_id, Id old_focused_id);
void NotifyWindowActivated(Id new_active_id, Id old_active_id);
private:
« no previous file with comments | « mojo/services/window_manager/window_manager_app.cc ('k') | mojo/services/window_manager/window_manager_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698