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

Unified Diff: content/public/browser/render_frame_host.h

Issue 2046293002: Implement DelegationTracker for tracking delegated permissions to RenderFrameHosts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@permission-delegation-2-blink
Patch Set: Created 4 years, 6 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: content/public/browser/render_frame_host.h
diff --git a/content/public/browser/render_frame_host.h b/content/public/browser/render_frame_host.h
index 980704cf16b18af25807b656539ea3bc0105cdc3..08159dfd5646447675ef7bb9b1b6c7824f738c80 100644
--- a/content/public/browser/render_frame_host.h
+++ b/content/public/browser/render_frame_host.h
@@ -184,6 +184,7 @@ class CONTENT_EXPORT RenderFrameHost : public IPC::Listener,
private:
// This interface should only be implemented inside content.
friend class RenderFrameHostImpl;
+ friend class MockRenderFrameHost;
RenderFrameHost() {}
};

Powered by Google App Engine
This is Rietveld 408576698