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

Unified Diff: components/view_manager/public/cpp/view.h

Issue 1317713006: Changes around how embed roots are set (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to trunk Created 5 years, 3 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: components/view_manager/public/cpp/view.h
diff --git a/components/view_manager/public/cpp/view.h b/components/view_manager/public/cpp/view.h
index c67ef3bb2f966011c80f11a6b7016f6fe5335914..4430eb1118ba917d1307625c2d7f6d0012082a32 100644
--- a/components/view_manager/public/cpp/view.h
+++ b/components/view_manager/public/cpp/view.h
@@ -102,6 +102,9 @@ class View {
// View is attached to the root.
bool IsDrawn() const;
+ // See mojom for details.
+ void SetAccessPolicy(uint32_t policy_bitmask);
+
// Observation.
void AddObserver(ViewObserver* observer);
void RemoveObserver(ViewObserver* observer);

Powered by Google App Engine
This is Rietveld 408576698