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

Unified Diff: Source/core/html/DOMFormData.h

Issue 1308183006: Move FormDataList::deleteEntry() and hasEntry() to DOMFormData. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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 | Source/core/html/DOMFormData.cpp » ('j') | Source/core/html/DOMFormData.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/DOMFormData.h
diff --git a/Source/core/html/DOMFormData.h b/Source/core/html/DOMFormData.h
index 6b4b7573e731624dfa6be72c70f04bca7b042aed..3e73cdd2ee7efa34b5a734ba5b9cb72ec4e7ecf2 100644
--- a/Source/core/html/DOMFormData.h
+++ b/Source/core/html/DOMFormData.h
@@ -68,6 +68,7 @@ public:
// FormData interface.
void append(const String& name, const String& value);
void append(ExecutionContext*, const String& name, Blob*, const String& filename = String());
+ void deleteEntry(const String& name);
void get(const String& name, FormDataEntryValue& result);
HeapVector<FormDataEntryValue> getAll(const String& name);
bool has(const String& name);
« no previous file with comments | « no previous file | Source/core/html/DOMFormData.cpp » ('j') | Source/core/html/DOMFormData.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698