| Index: content/common/page_state_serialization.h
|
| diff --git a/content/common/page_state_serialization.h b/content/common/page_state_serialization.h
|
| index e31780fd3c33c5cf82ecdea4e49616ebd356f493..c3bf4999b32b6fc9e01ae1dcb7a340fb139a0056 100644
|
| --- a/content/common/page_state_serialization.h
|
| +++ b/content/common/page_state_serialization.h
|
| @@ -68,6 +68,9 @@ private:
|
| };
|
|
|
| struct CONTENT_EXPORT ExplodedPageState {
|
| + // TODO(creis): Move referenced_files to ExplodedFrameState.
|
| + // It currently contains a list from all frames, but cannot be deserialized
|
| + // into the files referenced by each frame. See http://crbug.com/441966.
|
| std::vector<base::NullableString16> referenced_files;
|
| ExplodedFrameState top;
|
|
|
|
|