Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(721)

Unified Diff: ash/shell/shell_delegate_impl.cc

Issue 11360045: ash: Add RootWindowHostFactory class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add RootWindowHostFactory class and remove DisplayManagerDelegate. Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/shell/shell_delegate_impl.cc
diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
index 8cf97ba227123501ad69f60040e30a2615074b83..a75893f266801f368dfba5b4dbab180cc892e57c 100644
--- a/ash/shell/shell_delegate_impl.cc
+++ b/ash/shell/shell_delegate_impl.cc
@@ -5,6 +5,7 @@
#include "ash/shell/shell_delegate_impl.h"
#include "ash/caps_lock_delegate_stub.h"
+#include "ash/host/root_window_host_factory.h"
#include "ash/shell/example_factory.h"
#include "ash/shell/launcher_delegate_impl.h"
#include "ash/shell/context_menu.h"
@@ -212,5 +213,9 @@ bool ShellDelegateImpl::IsSearchKeyActingAsFunctionKey() const {
return false;
}
+RootWindowHostFactory* ShellDelegateImpl::CreateRootWindowHostFactory() {
+ return RootWindowHostFactory::Create();
+}
+
} // namespace shell
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698