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

Unified Diff: mojo/services/public/cpp/view_manager/view_manager.h

Issue 474883003: Move focus from the view manager to the window manager. (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/public/cpp/view_manager/view_manager.h
diff --git a/mojo/services/public/cpp/view_manager/view_manager.h b/mojo/services/public/cpp/view_manager/view_manager.h
index 90fe93c135aabb9f50f534cd6b3530dfd934d84c..5d6a261dd3e84a83faf2a7f6b4aa2ebfc845d616 100644
--- a/mojo/services/public/cpp/view_manager/view_manager.h
+++ b/mojo/services/public/cpp/view_manager/view_manager.h
@@ -24,7 +24,7 @@ class WindowManagerDelegate;
class ViewManager {
public:
// Sets the window manager delegate. Can only be called by the app embedded at
- // the service root view.
+ // the service root view. Can only be called once.
virtual void SetWindowManagerDelegate(
WindowManagerDelegate* window_manager_delegate) = 0;

Powered by Google App Engine
This is Rietveld 408576698