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

Unified Diff: chrome/browser/net/chrome_network_delegate.h

Issue 2891133003: Reporting: Wire ReportingDelegate into ChromeNetworkDelegate (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | chrome/browser/net/chrome_network_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/chrome_network_delegate.h
diff --git a/chrome/browser/net/chrome_network_delegate.h b/chrome/browser/net/chrome_network_delegate.h
index fc0d59aae08f638203db29e9360edcb1e5324747..d4e94a9eba32c8c36d1b94546c2957a59cc21011 100644
--- a/chrome/browser/net/chrome_network_delegate.h
+++ b/chrome/browser/net/chrome_network_delegate.h
@@ -182,6 +182,12 @@ class ChromeNetworkDelegate : public net::NetworkDelegateImpl {
const net::URLRequest& request,
const GURL& target_url,
const GURL& referrer_url) const override;
+ bool OnCanQueueReportingReport(const url::Origin& origin) const override;
+ bool OnCanSendReportingReport(const url::Origin& origin) const override;
+ bool OnCanSetReportingClient(const url::Origin& origin,
+ const GURL& endpoint) const override;
+ bool OnCanUseReportingClient(const url::Origin& origin,
+ const GURL& endpoint) const override;
// Convenience function for reporting network usage to the
// |data_use_aggregator_|.
« no previous file with comments | « no previous file | chrome/browser/net/chrome_network_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698