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

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

Issue 815003002: Nukes ViewManager arg from ViewManagerDelegate::OnEmbed (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: format Created 6 years 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/public/cpp/view_manager.h
diff --git a/mojo/services/view_manager/public/cpp/view_manager.h b/mojo/services/view_manager/public/cpp/view_manager.h
index 4e0ebccc8f280d4d5470767f3d64e726946ad579..7d989f22d702f140dea1f2bb927fc6557bd3a17f 100644
--- a/mojo/services/view_manager/public/cpp/view_manager.h
+++ b/mojo/services/view_manager/public/cpp/view_manager.h
@@ -12,10 +12,8 @@
namespace mojo {
class View;
-// Encapsulates a connection to the view manager service.
-// A unique connection is made for every unique embed path for an app. e.g. for
-// app B embed by the following paths: A->B, A->C->B - there are two connections
-// and thus two instances of this class.
+// Encapsulates a connection to the view manager service. A unique connection
+// is made every time an app is embedded.
class ViewManager {
public:
// Returns the URL of the application that embedded this application.

Powered by Google App Engine
This is Rietveld 408576698