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

Unified Diff: chrome/browser/ui/views/frame/browser_view.cc

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/views/frame/browser_view.cc
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index fe8c83ef5cc8235e1cb3d251bbbdb321ce54450e..71e95cec8cb06b68fbc313b9739114fbc4669b9c 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -2538,6 +2538,10 @@ void BrowserView::ShowImeWarningBubble(
ImeWarningBubbleView::ShowBubble(extension, this, callback);
}
+int BrowserView::GetRestoredWorkspace() const {
+ return frame_->GetRestoredWorkspace();
+}
+
bool BrowserView::DoCutCopyPasteForWebContents(
WebContents* contents,
void (WebContents::*method)()) {

Powered by Google App Engine
This is Rietveld 408576698