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

Unified Diff: content/renderer/render_frame_impl.h

Issue 2550113002: Send a subtree of same-process PageStates for back/forward child frames.
Patch Set: Rebase Created 4 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
« no previous file with comments | « content/common/navigation_params.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index bcde1e4e44371f061aff51179d135a2844fbc94d..90ae8e910a7bdaffbbe03ac03af983baeafd93ed 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -1125,20 +1125,6 @@ class CONTENT_EXPORT RenderFrameImpl
// didCreateDataSource().
std::unique_ptr<NavigationParams> pending_navigation_params_;
- // Keeps track of which future subframes the browser process has history items
- // for during a history navigation, as well as whether those items are for
- // about:blank. The renderer process should ask the browser for history items
- // when subframes with these names are created (as long as they are not
- // staying at about:blank), and directly load the initial URLs for any other
- // subframes.
- //
- // This state is incrementally cleared as it is used and then reset in
- // didStopLoading, since it is not needed after the first load completes and
- // is never used after the initial navigation.
- // TODO(creis): Expand this to include any corresponding same-process
- // PageStates for the whole subtree in https://crbug.com/639842.
- std::map<std::string, bool> history_subframe_unique_names_;
-
// Stores the current history item for this frame, so that updates to it can
// be reported to the browser process via SendUpdateState.
blink::WebHistoryItem current_history_item_;
« no previous file with comments | « content/common/navigation_params.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698