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

Unified Diff: Source/platform/network/FormData.h

Issue 232053005: Implement navigator.sendBeacon() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Revert CSP checking on redirects Created 6 years, 7 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/platform/RuntimeEnabledFeatures.in ('k') | Source/platform/network/FormData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/network/FormData.h
diff --git a/Source/platform/network/FormData.h b/Source/platform/network/FormData.h
index a4fd35e108cb94e12f75deaa939eb65541d7ab26..0e0700d5f2e3232a8d3ce74daaf3cf52e1eccee0 100644
--- a/Source/platform/network/FormData.h
+++ b/Source/platform/network/FormData.h
@@ -136,6 +136,9 @@ public:
return FormURLEncoded;
}
+ // Size of the elements making up the FormData.
+ unsigned long long sizeInBytes() const;
+
private:
FormData();
FormData(const FormData&);
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | Source/platform/network/FormData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698