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

Unified Diff: third_party/WebKit/public/platform/WebHTTPBody.h

Issue 1415603018: OOPIF: Support session restore by combining/splitting frame states. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up and fix bugs Created 5 years 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/public/platform/WebHTTPBody.h
diff --git a/third_party/WebKit/public/platform/WebHTTPBody.h b/third_party/WebKit/public/platform/WebHTTPBody.h
index e604707a0a9816a57577a6cf2c9a3b4c1d407749..e349cf0508fadb8216009c9fa562cc75a9f8e7a6 100644
--- a/third_party/WebKit/public/platform/WebHTTPBody.h
+++ b/third_party/WebKit/public/platform/WebHTTPBody.h
@@ -49,7 +49,11 @@ class WebHTTPBodyPrivate;
class WebHTTPBody {
public:
struct Element {
- enum Type { TypeData, TypeFile, TypeBlob, TypeFileSystemURL } type;
+ enum Type { TypeData,
+ TypeFile,
+ TypeBlob,
+ TypeFileSystemURL,
+ Last = TypeFileSystemURL } type;
WebData data;
WebString filePath;
long long fileStart;
« no previous file with comments | « content/test/test_render_view_host.cc ('k') | third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698