| Index: components/sessions/core/session_types.h
|
| diff --git a/components/sessions/core/session_types.h b/components/sessions/core/session_types.h
|
| index 5ec30b299ca887c015b4a62d463e021284a13108..f7de29254d7b5bf327eddd18f91db532a80e485a 100644
|
| --- a/components/sessions/core/session_types.h
|
| +++ b/components/sessions/core/session_types.h
|
| @@ -140,6 +140,9 @@ struct SESSIONS_EXPORT SessionWindow {
|
| // Bounds of the window.
|
| gfx::Rect bounds;
|
|
|
| + // The workspace in which the window resides.
|
| + std::string workspace;
|
| +
|
| // Index of the selected tab in tabs; -1 if no tab is selected. After restore
|
| // this value is guaranteed to be a valid index into tabs.
|
| //
|
|
|