Chromium Code Reviews| 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() {} |