summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sessions/session_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sessions/session_service.h')
-rw-r--r--chrome/browser/sessions/session_service.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/browser/sessions/session_service.h b/chrome/browser/sessions/session_service.h
index 5ec3783..940824e 100644
--- a/chrome/browser/sessions/session_service.h
+++ b/chrome/browser/sessions/session_service.h
@@ -173,6 +173,11 @@ class SessionService : public BaseSessionService,
const NotificationSource& source,
const NotificationDetails& details);
+ // Sets the application extension id of the specified tab.
+ void SetTabAppExtensionID(const SessionID& window_id,
+ const SessionID& tab_id,
+ const std::string& app_extension_id);
+
// Methods to create the various commands. It is up to the caller to delete
// the returned the SessionCommand* object.
SessionCommand* CreateSetSelectedTabInWindow(const SessionID& window_id,