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

Unified Diff: content/common/page_state_serialization.h

Issue 2067493003: Moving (Can|Grant)AccessFilesOfPageState into RenderFrameHostImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@grant-file-access-after-transfer
Patch Set: Pulling in some changes that got removed from the dependent CL. Created 4 years, 6 months 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 c8bacb785110cba74d984662d33e4641f679832f..90484c4387bf591e87ec735194084388a1da1073 100644
--- a/content/common/page_state_serialization.h
+++ b/content/common/page_state_serialization.h
@@ -58,9 +58,10 @@ 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.
+ // TODO(creis, lukasza): Instead of storing them in |referenced_files|,
+ // extract referenced files from ExplodedHttpBody. |referenced_files|
+ // 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