| Index: chrome/browser/sessions/session_service.h
|
| diff --git a/chrome/browser/sessions/session_service.h b/chrome/browser/sessions/session_service.h
|
| index 3653df1840a43b24aec2f603e9c83824e0617737..0e85adce72a1c7eda3a4dec2d81e542e116167d6 100644
|
| --- a/chrome/browser/sessions/session_service.h
|
| +++ b/chrome/browser/sessions/session_service.h
|
| @@ -118,6 +118,10 @@ class SessionService : public sessions::BaseSessionServiceDelegate,
|
| const gfx::Rect& bounds,
|
| ui::WindowShowState show_state);
|
|
|
| + // Sets the workspace the window resides in.
|
| + void SetWindowWorkspace(const SessionID& window_id,
|
| + int workspace_id);
|
| +
|
| // Sets the visual index of the tab in its parent window.
|
| void SetTabIndexInWindow(const SessionID& window_id,
|
| const SessionID& tab_id,
|
|
|