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

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

Issue 333423004: moved to https://codereview.chromium.org/399543002/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: cleanup test 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
« no previous file with comments | « Source/core/timing/Performance.cpp ('k') | Source/modules/serviceworkers/FetchHeaderList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/serviceworkers/FetchHeaderList.h
diff --git a/Source/modules/serviceworkers/FetchHeaderList.h b/Source/modules/serviceworkers/FetchHeaderList.h
index 26fcd77d6f86ba70f3251fa86cb3c1834e5833cc..b680f4de0920850e40c8873c4addbdf2bcbfb9e9 100644
--- a/Source/modules/serviceworkers/FetchHeaderList.h
+++ b/Source/modules/serviceworkers/FetchHeaderList.h
@@ -37,6 +37,8 @@ public:
bool has(const String&) const;
void clearList();
+ bool containsNonSimpleHeader() const;
+
const Vector<OwnPtr<Header> >& list() const { return m_headerList; }
static bool isValidHeaderName(const String&);
« no previous file with comments | « Source/core/timing/Performance.cpp ('k') | Source/modules/serviceworkers/FetchHeaderList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698