summaryrefslogtreecommitdiffstats
path: root/ash/shell.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell.cc')
-rw-r--r--ash/shell.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/ash/shell.cc b/ash/shell.cc
index c6965b2..77b60f9 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -858,12 +858,6 @@ void Shell::DoInitialWorkspaceAnimation() {
DoInitialAnimation();
}
-message_center::MessageCenter* Shell::message_center() {
- if (!message_center_.get())
- message_center_.reset(new message_center::MessageCenter());
- return message_center_.get();
-}
-
void Shell::InitRootWindowController(
internal::RootWindowController* controller) {
aura::RootWindow* root_window = controller->root_window();