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

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

Issue 8929007: Restore sessionStorage when chrome restarts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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: chrome/browser/sessions/session_types.h
diff --git a/chrome/browser/sessions/session_types.h b/chrome/browser/sessions/session_types.h
index c56a508acabcc02835528de8ddb27a4cba4f37eb..c1d3aabad0d3f30f31e62ddb06bc02a12ccae896 100644
--- a/chrome/browser/sessions/session_types.h
+++ b/chrome/browser/sessions/session_types.h
@@ -9,6 +9,7 @@
#include <string>
#include <vector>
+#include "base/file_path.h"
#include "base/stl_util.h"
#include "base/string16.h"
#include "base/time.h"
@@ -149,6 +150,8 @@ struct SessionTab {
std::vector<TabNavigation> navigations;
+ FilePath session_storage_directory;
+
private:
DISALLOW_COPY_AND_ASSIGN(SessionTab);
};

Powered by Google App Engine
This is Rietveld 408576698