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

Unified Diff: ui/views/mus/native_widget_mus.cc

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: ui/views/mus/native_widget_mus.cc
diff --git a/ui/views/mus/native_widget_mus.cc b/ui/views/mus/native_widget_mus.cc
index 44c7550552c39d4e054064bf37547afa8522591a..070d6d2c26e30218afd07fab4369d68f7fdc4981 100644
--- a/ui/views/mus/native_widget_mus.cc
+++ b/ui/views/mus/native_widget_mus.cc
@@ -607,6 +607,10 @@ gfx::Rect NativeWidgetMus::GetRestoredBounds() const {
return GetWindowBoundsInScreen();
}
+std::string NativeWidgetMus::GetWorkspace() const {
+ return std::string();
+}
+
void NativeWidgetMus::SetBounds(const gfx::Rect& bounds) {
if (!window_tree_host_)
return;

Powered by Google App Engine
This is Rietveld 408576698