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

Unified Diff: content/browser/frame_host/render_frame_host_delegate.h

Issue 1415603018: OOPIF: Support session restore by combining/splitting frame states. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up and fix bugs Created 5 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/browser/frame_host/render_frame_host_delegate.h
diff --git a/content/browser/frame_host/render_frame_host_delegate.h b/content/browser/frame_host/render_frame_host_delegate.h
index f3038fcc567af331e155e05fde765758418ab92f..33e73c6d51376c9ccd63019e940a9524c60af7c4 100644
--- a/content/browser/frame_host/render_frame_host_delegate.h
+++ b/content/browser/frame_host/render_frame_host_delegate.h
@@ -29,12 +29,12 @@ class Message;
namespace content {
class GeolocationServiceContext;
-class PageState;
class RenderFrameHost;
class WakeLockServiceContext;
class WebContents;
struct AXEventNotificationDetails;
struct ContextMenuParams;
+struct ExplodedFrameState;
struct TransitionLayerData;
// An interface implemented by an object interested in knowing about the state
@@ -94,9 +94,9 @@ class CONTENT_EXPORT RenderFrameHostDelegate {
// level frame.
virtual void DocumentOnLoadCompleted(RenderFrameHost* render_frame_host) {}
- // The state for the page changed and should be updated in session history.
+ // The state for the frame changed and should be updated in session history.
virtual void UpdateStateForFrame(RenderFrameHost* render_frame_host,
- const PageState& page_state) {}
+ const ExplodedFrameState& frame_state) {}
// The page's title was changed and should be updated. Only called for the
// top-level frame.
« no previous file with comments | « content/browser/frame_host/navigation_request.cc ('k') | content/browser/frame_host/render_frame_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698