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

Unified Diff: chrome/browser/sessions/session_types.h

Issue 9963107: Persist sessionStorage on disk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Draft: associate with session restore. Created 8 years, 7 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: chrome/browser/sessions/session_types.h
diff --git a/chrome/browser/sessions/session_types.h b/chrome/browser/sessions/session_types.h
index 2ed7486abce423285c3096ccaba29b1e09f05b96..fab9f82ea0be884aa5e3fddd96a26cb9233cbd24 100644
--- a/chrome/browser/sessions/session_types.h
+++ b/chrome/browser/sessions/session_types.h
@@ -172,6 +172,10 @@ struct SessionTab {
std::vector<TabNavigation> navigations;
+ // For reassociating sessionStorage.
+ int64 session_storage_real_id;
+ bool session_storage_real_id_associated;
+
private:
DISALLOW_COPY_AND_ASSIGN(SessionTab);
};

Powered by Google App Engine
This is Rietveld 408576698