Index: ash/shell/shell_main.cc |
diff --git a/ash/shell/shell_main.cc b/ash/shell/shell_main.cc |
index 93029909995e58ede9cc7028bd47dde6a0071fea..18dbe6a5d43bc7f6ae1604e06d7ef580b13aefc2 100644 |
--- a/ash/shell/shell_main.cc |
+++ b/ash/shell/shell_main.cc |
@@ -155,6 +155,9 @@ class ShellDelegateImpl : public ash::ShellDelegate { |
return windows; |
} |
+ virtual void OpenNewTab(NewTabContentType type) OVERRIDE { |
+ } |
+ |
virtual void LauncherItemClicked( |
const ash::LauncherItem& item) OVERRIDE { |
aura::Window* window = watcher_->GetWindowByID(item.id); |