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

Unified Diff: chrome/browser/ui/browser_window.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: chrome/browser/ui/browser_window.h
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
index 8ce02a6541ecb2f64cc4106ba6ef403dfb978a95..4be71cec34890b12d041b2ab5726d35b56afccbb 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -379,6 +379,10 @@ class BrowserWindow : public ui::BaseWindow {
const base::Callback<void(ImeWarningBubblePermissionStatus status)>&
callback) = 0;
+ // Returns the platform-specific ID of the workspace the browser window
+ // currently resides in.
+ virtual std::string GetWorkspace() const = 0;
+
protected:
friend class BrowserCloseManager;
friend class BrowserView;

Powered by Google App Engine
This is Rietveld 408576698