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

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

Issue 1496483002: OOPIF: Support session restore by combining/splitting frame PageStates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix remaining tests 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/navigation_entry_impl.h
diff --git a/content/browser/frame_host/navigation_entry_impl.h b/content/browser/frame_host/navigation_entry_impl.h
index 8d97ef39871055859583b4c36a48b7e4d78c0423..9a13f654b3ac6d494ce3e6fee79e232e1fab5330 100644
--- a/content/browser/frame_host/navigation_entry_impl.h
+++ b/content/browser/frame_host/navigation_entry_impl.h
@@ -89,7 +89,7 @@ class CONTENT_EXPORT NavigationEntryImpl
void SetTitle(const base::string16& title) override;
const base::string16& GetTitle() const override;
void SetPageState(const PageState& state) override;
- const PageState& GetPageState() const override;
+ PageState GetPageState() const override;
void SetPageID(int page_id) override;
int32 GetPageID() const override;
const base::string16& GetTitleForDisplay(

Powered by Google App Engine
This is Rietveld 408576698