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

Unified Diff: components/view_manager/access_policy.h

Issue 1314953002: Rename ViewManagerService,ViewManagerClient -> ViewTree,ViewTreeClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 4 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
« no previous file with comments | « components/view_manager/BUILD.gn ('k') | components/view_manager/client_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/access_policy.h
diff --git a/components/view_manager/access_policy.h b/components/view_manager/access_policy.h
index 2216446a30074739f30014795c52183ecf3462dc..9927d5f4019b72224e650184e7c34b9656f39bba 100644
--- a/components/view_manager/access_policy.h
+++ b/components/view_manager/access_policy.h
@@ -12,8 +12,8 @@ namespace view_manager {
class ServerView;
-// AccessPolicy is used by ViewManagerServiceImpl to determine what a connection
-// is allowed to do.
+// AccessPolicy is used by ViewTreeImpl to determine what a connection is
+// allowed to do.
class AccessPolicy {
public:
virtual ~AccessPolicy() {}
« no previous file with comments | « components/view_manager/BUILD.gn ('k') | components/view_manager/client_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698