Index: chrome/browser/ui/ash/chrome_shell_delegate.cc |
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.cc b/chrome/browser/ui/ash/chrome_shell_delegate.cc |
index e8b6b8e533fe1e8ad3990286ab705d2515821298..5238dbedcfad55d26f913ef1419d950d9618b7e3 100644 |
--- a/chrome/browser/ui/ash/chrome_shell_delegate.cc |
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.cc |
@@ -7,7 +7,6 @@ |
#include "apps/app_window.h" |
#include "apps/app_window_registry.h" |
#include "ash/content_support/gpu_support_impl.h" |
-#include "ash/host/window_tree_host_factory.h" |
#include "ash/magnifier/magnifier_constants.h" |
#include "ash/wm/window_state.h" |
#include "ash/wm/window_util.h" |
@@ -136,10 +135,6 @@ ui::MenuModel* ChromeShellDelegate::CreateContextMenu( |
return new LauncherContextMenu(shelf_delegate_, root); |
} |
-ash::WindowTreeHostFactory* ChromeShellDelegate::CreateWindowTreeHostFactory() { |
- return ash::WindowTreeHostFactory::Create(); |
-} |
- |
ash::GPUSupport* ChromeShellDelegate::CreateGPUSupport() { |
// Chrome uses real GPU support. |
return new ash::GPUSupportImpl; |