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

Unified Diff: components/sessions/core/session_types.h

Issue 1927203003: Add support for X11 workspaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed GetSavedWindowWorkspace, put command line code into browser_frame.cc Created 4 years, 8 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: 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.
//

Powered by Google App Engine
This is Rietveld 408576698