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

Unified Diff: content/browser/frame_host/render_frame_host_impl.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_impl.h
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
index dc05dbf0d204d2f09f3e9593e00535452eceb77c..69b5fa1af89af4776f95f82439e557a39b811395 100644
--- a/content/browser/frame_host/render_frame_host_impl.h
+++ b/content/browser/frame_host/render_frame_host_impl.h
@@ -76,6 +76,7 @@ class ServiceRegistry;
class StreamHandle;
class TimeoutMonitor;
struct ContextMenuParams;
+struct ExplodedFrameState;
struct GlobalRequestID;
struct Referrer;
struct ResourceResponse;
@@ -557,7 +558,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
bool was_ignored_by_handler);
void OnDidCommitProvisionalLoad(const IPC::Message& msg);
void OnDidDropNavigation();
- void OnUpdateState(const PageState& state);
+ void OnUpdateState(const ExplodedFrameState& state);
void OnBeforeUnloadACK(
bool proceed,
const base::TimeTicks& renderer_before_unload_start_time,
« no previous file with comments | « content/browser/frame_host/render_frame_host_delegate.h ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698