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

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: Implemented GetRestoredWorkspace, fix some formatting 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..9714238402b2bfe7432029cdb4c30de10a1aa394 100644
--- a/chrome/browser/ui/browser_window.h
+++ b/chrome/browser/ui/browser_window.h
@@ -379,6 +379,8 @@ class BrowserWindow : public ui::BaseWindow {
const base::Callback<void(ImeWarningBubblePermissionStatus status)>&
callback) = 0;
+ virtual int GetRestoredWorkspace() const = 0;
+
protected:
friend class BrowserCloseManager;
friend class BrowserView;

Powered by Google App Engine
This is Rietveld 408576698