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

Unified Diff: apps/shell_window.cc

Issue 26427002: Add always-on-top property to app windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 7 years, 2 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: apps/shell_window.cc
diff --git a/apps/shell_window.cc b/apps/shell_window.cc
index 691bff8d947aaa19dc33249435b81464fc39e65f..e722f4a5cce04da036010f3c6950f2a5472e6b36 100644
--- a/apps/shell_window.cc
+++ b/apps/shell_window.cc
@@ -65,7 +65,8 @@ ShellWindow::CreateParams::CreateParams()
state(ui::SHOW_STATE_DEFAULT),
hidden(false),
resizable(true),
- focused(true) {}
+ focused(true),
+ always_on_top(false) {}
ShellWindow::CreateParams::~CreateParams() {}
« no previous file with comments | « apps/shell_window.h ('k') | chrome/browser/extensions/api/app_current_window_internal/app_current_window_internal_api.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698