Index: chrome/browser/sessions/session_service.h |
diff --git a/chrome/browser/sessions/session_service.h b/chrome/browser/sessions/session_service.h |
index 74512c4d7d8750ec4e7d54905b101a1e4c462d34..90ce7e17e420a6f8e6cf68b39fb9eb56b7eb4ad5 100644 |
--- a/chrome/browser/sessions/session_service.h |
+++ b/chrome/browser/sessions/session_service.h |
@@ -255,7 +255,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. |