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

Unified Diff: content/browser/browsing_data/clear_site_data_throttle.h

Issue 2333733002: Add a fuzzer test for the Clear-Site-Data header. (Closed)
Patch Set: Addressed comments. Created 4 years, 3 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 | content/browser/browsing_data/clear_site_data_throttle_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/browsing_data/clear_site_data_throttle.h
diff --git a/content/browser/browsing_data/clear_site_data_throttle.h b/content/browser/browsing_data/clear_site_data_throttle.h
index 024982754cbb274f2a2e1fca284afd1494bea9e1..a149900908468fc7110979374a8c2b5796689560 100644
--- a/content/browser/browsing_data/clear_site_data_throttle.h
+++ b/content/browser/browsing_data/clear_site_data_throttle.h
@@ -44,6 +44,7 @@ class CONTENT_EXPORT ClearSiteDataThrottle : public NavigationThrottle {
ThrottleCheckResult WillProcessResponse() override;
private:
+ friend class ClearSiteDataFuzzerTest;
friend class ClearSiteDataThrottleTest;
FRIEND_TEST_ALL_PREFIXES(ClearSiteDataThrottleTest, ParseHeader);
FRIEND_TEST_ALL_PREFIXES(ClearSiteDataThrottleTest, InvalidHeader);
« no previous file with comments | « no previous file | content/browser/browsing_data/clear_site_data_throttle_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698