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

Unified Diff: third_party/WebKit/Source/modules/fetch/Headers.h

Issue 2591723003: [Fetch API] Remove Headers.prototype.getAll() (Closed)
Patch Set: Update get. 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: third_party/WebKit/Source/modules/fetch/Headers.h
diff --git a/third_party/WebKit/Source/modules/fetch/Headers.h b/third_party/WebKit/Source/modules/fetch/Headers.h
index 3c41b2d2df7ec92f29f081bb7408d9c289d1558a..de5ffab206b723d49c0ca457c72beaa2148233a4 100644
--- a/third_party/WebKit/Source/modules/fetch/Headers.h
+++ b/third_party/WebKit/Source/modules/fetch/Headers.h
@@ -46,7 +46,6 @@ class MODULES_EXPORT Headers final : public GarbageCollected<Headers>,
void append(const String& name, const String& value, ExceptionState&);
void remove(const String& key, ExceptionState&);
String get(const String& key, ExceptionState&);
- Vector<String> getAll(const String& key, ExceptionState&);
bool has(const String& key, ExceptionState&);
void set(const String& key, const String& value, ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698