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

Unified Diff: ash/test/test_shell_delegate.cc

Issue 11360045: ash: Add RootWindowHostFactory class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/test/test_shell_delegate.cc
diff --git a/ash/test/test_shell_delegate.cc b/ash/test/test_shell_delegate.cc
index 4af4eb37a3bc0e65de6e33d40899c9ec815ab27a..e93ab14f9f4905212dc72ea3df3f4b4ff576e030 100644
--- a/ash/test/test_shell_delegate.cc
+++ b/ash/test/test_shell_delegate.cc
@@ -7,6 +7,7 @@
#include <algorithm>
#include "ash/caps_lock_delegate_stub.h"
+#include "ash/root_window_delegate.h"
#include "ash/shell.h"
#include "ash/shell_window_ids.h"
#include "ash/test/test_launcher_delegate.h"
@@ -202,6 +203,10 @@ bool TestShellDelegate::IsSearchKeyActingAsFunctionKey() const {
return is_search_key_acting_as_function_key_;
}
+aura::RootWindowDelegate* TestShellDelegate::CreateRootWindowDelegate() {
+ return ash::RootWindowDelegate::Create();
+}
+
void TestShellDelegate::SetSessionStarted(bool session_started) {
session_started_ = session_started;
if (session_started)

Powered by Google App Engine
This is Rietveld 408576698