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

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

Issue 728043002: Revert of Update mojo sdk to rev afb4440fd5a10cba980878c326180b7ad7960480 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/lib/view_manager_client_impl.h
diff --git a/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h b/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
index 47f08cd8ebbe8356cac3f15a86be60d998456415..f40e3a8f33890fe44393467e0e9b67102969e4a1 100644
--- a/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
+++ b/mojo/services/public/cpp/view_manager/lib/view_manager_client_impl.h
@@ -73,8 +73,6 @@
void AddView(View* view);
void RemoveView(Id view_id);
- void OnConnectionEstablished();
-
private:
friend class RootObserver;
@@ -84,6 +82,9 @@
const std::string& GetEmbedderURL() const override;
const std::vector<View*>& GetRoots() const override;
View* GetViewById(Id id) override;
+
+ // Overridden from InterfaceImpl:
+ void OnConnectionEstablished() override;
// Overridden from ViewManagerClient:
void OnEmbed(ConnectionSpecificId connection_id,

Powered by Google App Engine
This is Rietveld 408576698