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

Unified Diff: content/browser/background_fetch/background_fetch_request_info.h

Issue 2818703003: Consider the Access-Control-Allow-Origin header for Background Fetch (Closed)
Patch Set: Consider the Access-Control-Allow-Origin header for Background Fetch 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/background_fetch/background_fetch_request_info.h
diff --git a/content/browser/background_fetch/background_fetch_request_info.h b/content/browser/background_fetch/background_fetch_request_info.h
index f01d3219cee04e33f54c8038877806c550841356..e3c49f8934290a65cdd8a103aaca4313898ed510 100644
--- a/content/browser/background_fetch/background_fetch_request_info.h
+++ b/content/browser/background_fetch/background_fetch_request_info.h
@@ -74,6 +74,7 @@ class CONTENT_EXPORT BackgroundFetchRequestInfo
private:
friend class base::RefCountedThreadSafe<BackgroundFetchRequestInfo>;
+ friend class BackgroundFetchCrossOriginFilterTest;
~BackgroundFetchRequestInfo();

Powered by Google App Engine
This is Rietveld 408576698