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

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

Issue 405163002: Add EmbedRoot to ViewManagerService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 5 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/window_manager_delegate.h
diff --git a/mojo/services/public/cpp/view_manager/window_manager_delegate.h b/mojo/services/public/cpp/view_manager/window_manager_delegate.h
index e54328069d748d1d8ac28450ff9f51ff481f0a61..bbf8febc67d75891390e2ff9187dba324d13c4ae 100644
--- a/mojo/services/public/cpp/view_manager/window_manager_delegate.h
+++ b/mojo/services/public/cpp/view_manager/window_manager_delegate.h
@@ -17,7 +17,7 @@ class View;
class WindowManagerDelegate {
public:
// Create an appropriate node to embed |url|.
- virtual void EmbedRoot(const String& url) = 0;
+ virtual void Embed(const String& url) = 0;
// Dispatch the supplied input event to the appropriate view (taking into
// account focus, activation, modality, etc.).

Powered by Google App Engine
This is Rietveld 408576698