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

Unified Diff: content/browser/loader/resource_request_info_impl.h

Issue 2798953002: [PageLoadMetrics] Keep track of Ad Sizes on Pages (Closed)
Patch Set: Address comments from PS8 Created 3 years, 8 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/browser/loader/resource_request_info_impl.h
diff --git a/content/browser/loader/resource_request_info_impl.h b/content/browser/loader/resource_request_info_impl.h
index f6d4e452ad5d0f1c72917af6092566c072848c5f..3f4fce48eeed8525d907d6f71e6d7ecc48c49522 100644
--- a/content/browser/loader/resource_request_info_impl.h
+++ b/content/browser/loader/resource_request_info_impl.h
@@ -78,6 +78,7 @@ class ResourceRequestInfoImpl : public ResourceRequestInfo,
// ResourceRequestInfo implementation:
WebContentsGetter GetWebContentsGetterForRequest() const override;
+ RenderFrameHostGetter GetRenderFrameHostGetterForRequest() const override;
ResourceContext* GetContext() const override;
int GetChildID() const override;
int GetRouteID() const override;

Powered by Google App Engine
This is Rietveld 408576698