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

Unified Diff: Source/core/loader/HistoryItem.cpp

Issue 1311923004: Rename FormData/FormDataBuilder to EncodedFormData/FormDataEncoder respectively. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update comments 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 | « Source/core/loader/HistoryItem.h ('k') | Source/core/loader/PingLoader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/HistoryItem.cpp
diff --git a/Source/core/loader/HistoryItem.cpp b/Source/core/loader/HistoryItem.cpp
index 8c9ef3d7bb1b2c1bc6377a00e53d195a5fe33571..491414487ee072929a103a771e54a40a8c9916a4 100644
--- a/Source/core/loader/HistoryItem.cpp
+++ b/Source/core/loader/HistoryItem.cpp
@@ -180,7 +180,7 @@ void HistoryItem::setFormInfoFromRequest(const ResourceRequest& request)
}
}
-void HistoryItem::setFormData(PassRefPtr<FormData> formData)
+void HistoryItem::setFormData(PassRefPtr<EncodedFormData> formData)
{
m_formData = formData;
}
@@ -190,7 +190,7 @@ void HistoryItem::setFormContentType(const AtomicString& formContentType)
m_formContentType = formContentType;
}
-FormData* HistoryItem::formData()
+EncodedFormData* HistoryItem::formData()
{
return m_formData.get();
}
« no previous file with comments | « Source/core/loader/HistoryItem.h ('k') | Source/core/loader/PingLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698