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

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

Issue 10850010: Make session restore understand that tabs have multiple SessionStorageNamespaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased, with test robustified. Created 8 years, 4 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_service.h
diff --git a/chrome/browser/sessions/session_service.h b/chrome/browser/sessions/session_service.h
index 97621cf68dba6eb3f889fb12185817babafa3f6f..efa4ffb869eee182906ec9f22666c8da2d6274f1 100644
--- a/chrome/browser/sessions/session_service.h
+++ b/chrome/browser/sessions/session_service.h
@@ -256,7 +256,8 @@ class SessionService : public BaseSessionService,
SessionCommand* CreateSessionStorageAssociatedCommand(
const SessionID& tab_id,
- const std::string& session_storage_persistent_id);
+ const std::string& session_storage_persistent_id,
+ const std::string& partition_id);
// Callback from the backend for getting the commands from the save file.
// Converts the commands in SessionWindows and notifies the real callback.

Powered by Google App Engine
This is Rietveld 408576698