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

Unified Diff: apps/app_window.h

Issue 469993003: Add AppWindow.setVisibleOnAllWorkspaces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and rebase Created 6 years, 4 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
« no previous file with comments | « no previous file | apps/app_window.cc » ('j') | chrome/browser/apps/app_window_browsertest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/app_window.h
diff --git a/apps/app_window.h b/apps/app_window.h
index 4239d010b8923c1152f0d41c3431f4b59bef7d93..0b32713313b7abd34c71ddef63424bd8f3889aa2 100644
--- a/apps/app_window.h
+++ b/apps/app_window.h
@@ -183,6 +183,9 @@ class AppWindow : public content::NotificationObserver,
// configured to be always on top. Defaults to false.
bool always_on_top;
+ // If true, the window will be visible on all workspaces. Defaults to false.
+ bool visible_on_all_workspaces;
+
// The API enables developers to specify content or window bounds. This
// function combines them into a single, constrained window size.
gfx::Rect GetInitialWindowBounds(const gfx::Insets& frame_insets) const;
« no previous file with comments | « no previous file | apps/app_window.cc » ('j') | chrome/browser/apps/app_window_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698