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

Unified Diff: content/common/page_state_serialization.h

Issue 805563003: Track referenced files of subframes in PageState. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: 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;

Powered by Google App Engine
This is Rietveld 408576698