summaryrefslogtreecommitdiffstats
path: root/ash/shell
diff options
context:
space:
mode:
authordzhioev <dzhioev@chromium.org>2015-11-17 15:31:12 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-17 23:31:54 +0000
commitd7b496824a8db45080762037d3861970215dcfa6 (patch)
treeaee426771be8fe0c04f9d8bf8c21411f041d02ce /ash/shell
parent6a590850d9b0dc35c9cebbebc07f82f4a3fae960 (diff)
downloadchromium_src-d7b496824a8db45080762037d3861970215dcfa6.zip
chromium_src-d7b496824a8db45080762037d3861970215dcfa6.tar.gz
chromium_src-d7b496824a8db45080762037d3861970215dcfa6.tar.bz2
Remove Chrome OS "Mirror" UI. Part 1.
Removed ash/ part of the Mirror UI. Sign-in part will be removed in a following CL. BUG=546731 Review URL: https://codereview.chromium.org/1448283002 Cr-Commit-Position: refs/heads/master@{#360201}
Diffstat (limited to 'ash/shell')
-rw-r--r--ash/shell/shell_delegate_impl.cc4
-rw-r--r--ash/shell/shell_delegate_impl.h1
2 files changed, 0 insertions, 5 deletions
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
index 5677b9b..38fbe8e 100644
--- a/ash/shell/shell_delegate_impl.cc
+++ b/ash/shell/shell_delegate_impl.cc
@@ -165,10 +165,6 @@ bool ShellDelegateImpl::IsRunningInForcedAppMode() const {
return false;
}
-bool ShellDelegateImpl::IsMultiAccountEnabled() const {
- return false;
-}
-
bool ShellDelegateImpl::CanShowWindowForUser(aura::Window* window) const {
return true;
}
diff --git a/ash/shell/shell_delegate_impl.h b/ash/shell/shell_delegate_impl.h
index acab404..65577c0 100644
--- a/ash/shell/shell_delegate_impl.h
+++ b/ash/shell/shell_delegate_impl.h
@@ -31,7 +31,6 @@ class ShellDelegateImpl : public ash::ShellDelegate {
bool IsIncognitoAllowed() const override;
bool IsMultiProfilesEnabled() const override;
bool IsRunningInForcedAppMode() const override;
- bool IsMultiAccountEnabled() const override;
bool CanShowWindowForUser(aura::Window* window) const override;
bool IsForceMaximizeOnFirstRun() const override;
void PreInit() override;