summaryrefslogtreecommitdiffstats
path: root/ash/test/test_shell_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/test/test_shell_delegate.cc')
-rw-r--r--ash/test/test_shell_delegate.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc
index ad6f34a..f3dbea5 100644
--- a/ash/test/test_shell_delegate.cc
+++ b/ash/test/test_shell_delegate.cc
@@ -10,7 +10,6 @@
#include "ash/shell.h"
#include "ash/shell_window_ids.h"
#include "ash/test/test_launcher_delegate.h"
-#include "content/test/test_browser_context.h"
#include "grit/ui_resources.h"
#include "ui/aura/window.h"
@@ -60,10 +59,6 @@ void TestShellDelegate::OpenCrosh() {
void TestShellDelegate::OpenMobileSetup() {
}
-content::BrowserContext* TestShellDelegate::GetCurrentBrowserContext() {
- return new TestBrowserContext();
-}
-
AppListViewDelegate* TestShellDelegate::CreateAppListViewDelegate() {
return NULL;
}