commit | 894584d844b71becc0ae6ab81c1da1c0b240cb48 | [log] [tgz] |
---|---|---|
author | ben <[email protected]> | Wed Sep 30 23:56:53 2015 |
committer | Commit bot <[email protected]> | Wed Sep 30 23:57:57 2015 |
tree | b9508409e02049f693b8cbb1050b61a0b5b0b88e | |
parent | 3d18fae8d5772d89c7842c8b7f55a908c57f462d [diff] [blame] |
Eliminate a couple of simple uses of BrowserContent in ash by shifting complexity to ChromeShellDelegate. [email protected] http://crbug.com/332504 Review URL: https://codereview.chromium.org/1365413002 Cr-Commit-Position: refs/heads/master@{#351677}
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc index 735cd0d..359693c 100644 --- a/ash/shell/shell_delegate_impl.cc +++ b/ash/shell/shell_delegate_impl.cc
@@ -185,6 +185,10 @@ return false; } +bool ShellDelegateImpl::CanShowWindowForUser(aura::Window* window) const { + return true; +} + bool ShellDelegateImpl::IsForceMaximizeOnFirstRun() const { return false; }