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

Unified Diff: trunk/src/content/browser/frame_host/frame_tree_node.h

Issue 163703004: Revert 250823 "With --site-per-process, avoid a crash when a sub..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 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: trunk/src/content/browser/frame_host/frame_tree_node.h
===================================================================
--- trunk/src/content/browser/frame_host/frame_tree_node.h (revision 251088)
+++ trunk/src/content/browser/frame_host/frame_tree_node.h (working copy)
@@ -46,8 +46,9 @@
void AddChild(scoped_ptr<FrameTreeNode> child, int frame_routing_id);
void RemoveChild(FrameTreeNode* child);
- // Clears process specific-state in this node to prepare for a new process.
- void ResetForNewProcess();
+ // Clears process specific-state after a main frame process swap.
+ // TODO(creis): Look into how we can remove the need for this method.
+ void ResetForMainFrameSwap();
FrameTree* frame_tree() const {
return frame_tree_;
« no previous file with comments | « trunk/src/content/browser/frame_host/frame_tree.cc ('k') | trunk/src/content/browser/frame_host/frame_tree_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698