| Index: content/common/page_state_serialization.h
|
| diff --git a/content/common/page_state_serialization.h b/content/common/page_state_serialization.h
|
| index c5057ace1265c1de40597af7028a8d5555c3201e..24291ef68fa42e5da02fbff9b2c134adbbd49187 100644
|
| --- a/content/common/page_state_serialization.h
|
| +++ b/content/common/page_state_serialization.h
|
| @@ -19,10 +19,11 @@ struct CONTENT_EXPORT ExplodedHttpBodyElement {
|
| WebKit::WebHTTPBody::Element::Type type;
|
| std::string data;
|
| base::NullableString16 file_path;
|
| - GURL url;
|
| + GURL filesystem_url;
|
| int64 file_start;
|
| int64 file_length;
|
| double file_modification_time;
|
| + GURL deprecated_blob_url;
|
|
|
| ExplodedHttpBodyElement();
|
| ~ExplodedHttpBodyElement();
|
|
|