Index: ash/shell/shell_main.cc |
diff --git a/ash/shell/shell_main.cc b/ash/shell/shell_main.cc |
index 7cf509fae61a4bee10809eb072d63648b7760796..ada50274bb75461b956d93c21dc4221f5a4bea57 100644 |
--- a/ash/shell/shell_main.cc |
+++ b/ash/shell/shell_main.cc |
@@ -165,7 +165,7 @@ class ShellDelegateImpl : public ash::ShellDelegate { |
} |
virtual views::Widget* CreateStatusArea() OVERRIDE { |
- return ash::internal::CreateStatusArea(); |
+ return NULL; |
} |
#if defined(OS_CHROMEOS) |