Chromium Code Reviews| 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&); |