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

Unified Diff: mojo/services/view_manager/view_manager_init_connection.h

Issue 328873002: Renames view manager Connect methods to Embed (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mispelling Created 6 years, 6 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/view_manager/view_manager_init_connection.h
diff --git a/mojo/services/view_manager/view_manager_init_connection.h b/mojo/services/view_manager/view_manager_init_connection.h
index 0cedc637eab2535c32d5e59617e3dbf85d808b83..6dce9919671cc792d6ca923860cbe91c07edc749 100644
--- a/mojo/services/view_manager/view_manager_init_connection.h
+++ b/mojo/services/view_manager/view_manager_init_connection.h
@@ -46,12 +46,12 @@ class MOJO_VIEW_MANAGER_EXPORT ViewManagerInitConnection
Callback<void(bool)> callback;
};
- void MaybeConnect(const std::string& url,
- const Callback<void(bool)>& callback);
+ void MaybeEmbedRoot(const std::string& url,
+ const Callback<void(bool)>& callback);
// IViewManagerInit overrides:
- virtual void Connect(const String& url,
- const Callback<void(bool)>& callback) OVERRIDE;
+ virtual void EmbedRoot(const String& url,
+ const Callback<void(bool)>& callback) OVERRIDE;
// RootViewManagerDelegate overrides:
virtual void OnRootViewManagerWindowTreeHostCreated() OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698