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

Unified Diff: content/child/site_isolation_stats_gatherer.h

Issue 2568133007: Allow CrossSiteDocumentClassifier to operate on Origins (Closed)
Patch Set: rebase Created 4 years 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/child/site_isolation_stats_gatherer.h
diff --git a/content/child/site_isolation_stats_gatherer.h b/content/child/site_isolation_stats_gatherer.h
index 3baa38ea6c9aaca1c7ddd1f22c0c6592caa43140..dea0f5214a7e5b4cbed46aec83208eb15627691c 100644
--- a/content/child/site_isolation_stats_gatherer.h
+++ b/content/child/site_isolation_stats_gatherer.h
@@ -54,7 +54,6 @@ struct ResourceResponseInfo;
struct SiteIsolationResponseMetaData {
SiteIsolationResponseMetaData();
- std::string frame_origin;
GURL response_url;
ResourceType resource_type;
CrossSiteDocumentMimeType canonical_mime_type;

Powered by Google App Engine
This is Rietveld 408576698