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

Unified Diff: content/public/renderer/render_frame.h

Issue 2566583002: Change allowed bindings to be per RenderFrame instead of per RenderView. (Closed)
Patch Set: rebase Created 3 years, 11 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 | « content/public/browser/render_view_host.h ('k') | content/public/renderer/render_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/renderer/render_frame.h
diff --git a/content/public/renderer/render_frame.h b/content/public/renderer/render_frame.h
index bccf9041f7d302d78b72ce928d3b6d84b2edc36a..a6abdae8a2a7cf88d074d4fb4e875c2242004fe7 100644
--- a/content/public/renderer/render_frame.h
+++ b/content/public/renderer/render_frame.h
@@ -254,6 +254,10 @@ class CONTENT_EXPORT RenderFrame : public IPC::Listener,
virtual base::SingleThreadTaskRunner* GetLoadingTaskRunner() = 0;
virtual base::SingleThreadTaskRunner* GetUnthrottledTaskRunner() = 0;
+ // Bitwise-ORed set of extra bindings that have been enabled. See
+ // BindingsPolicy for details.
+ virtual int GetEnabledBindings() const = 0;
+
protected:
~RenderFrame() override {}
« no previous file with comments | « content/public/browser/render_view_host.h ('k') | content/public/renderer/render_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698