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

Unified Diff: ui/views/widget/native_widget_aura.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/widget/native_widget_aura.cc
diff --git a/ui/views/widget/native_widget_aura.cc b/ui/views/widget/native_widget_aura.cc
index 2aa1398616ed3c11044a42ca748a215f5438a657..7daea1bfeff75b24135d9dee130f974daa698598 100644
--- a/ui/views/widget/native_widget_aura.cc
+++ b/ui/views/widget/native_widget_aura.cc
@@ -396,6 +396,10 @@ gfx::Rect NativeWidgetAura::GetRestoredBounds() const {
return bounds;
}
+std::string NativeWidgetAura::GetWorkspace() const {
+ return std::string();
+}
+
void NativeWidgetAura::SetBounds(const gfx::Rect& bounds) {
if (!window_)
return;

Powered by Google App Engine
This is Rietveld 408576698