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

Unified Diff: mojo/examples/window_manager/window_manager.cc

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/examples/window_manager/window_manager.cc
diff --git a/mojo/examples/window_manager/window_manager.cc b/mojo/examples/window_manager/window_manager.cc
index 057c1011dc99a4dedccd45204f445bd33cbdb7e3..0b08a522a311699dd80d307e142b67826b3bc720 100644
--- a/mojo/examples/window_manager/window_manager.cc
+++ b/mojo/examples/window_manager/window_manager.cc
@@ -367,7 +367,7 @@ class WindowManager : public ApplicationDelegate,
}
// Overridden from WindowManagerDelegate:
- virtual void EmbedRoot(const String& url) OVERRIDE {
+ virtual void Embed(const String& url) OVERRIDE {
CreateWindow(url,
navigation::NavigationDetailsPtr().Pass(),
navigation::ResponseDetailsPtr().Pass());
« no previous file with comments | « mojo/examples/demo_launcher/demo_launcher.cc ('k') | mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698