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

Unified Diff: Source/modules/serviceworkers/FetchHeaderList.h

Issue 379113002: Move fetch-related predicates to core/fetch. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 5 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: Source/modules/serviceworkers/FetchHeaderList.h
diff --git a/Source/modules/serviceworkers/FetchHeaderList.h b/Source/modules/serviceworkers/FetchHeaderList.h
index 26fcd77d6f86ba70f3251fa86cb3c1834e5833cc..09c65198256b2150bfd1d9b76f56cc4fe5e7fa64 100644
--- a/Source/modules/serviceworkers/FetchHeaderList.h
+++ b/Source/modules/serviceworkers/FetchHeaderList.h
@@ -41,9 +41,6 @@ public:
static bool isValidHeaderName(const String&);
static bool isValidHeaderValue(const String&);
- static bool isSimpleHeader(const String&, const String&);
- static bool isForbiddenHeaderName(const String&);
- static bool isForbiddenResponseHeaderName(const String&);
void trace(Visitor*) { }

Powered by Google App Engine
This is Rietveld 408576698