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

Unified Diff: ash/test/test_shell_delegate.cc

Issue 227573007: Third part of porting Chrome Ash to Windows 7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: lf Created 6 years, 8 months 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 f9be9360b49b7791a981116051cf91b34802728e..92b5a4b1fd816a5c4c0e9b6cdb6685a76847d492 100644
--- a/ash/test/test_shell_delegate.cc
+++ b/ash/test/test_shell_delegate.cc
@@ -150,7 +150,7 @@ ui::MenuModel* TestShellDelegate::CreateContextMenu(
}
WindowTreeHostFactory* TestShellDelegate::CreateWindowTreeHostFactory() {
- return WindowTreeHostFactory::Create();
+ return WindowTreeHostFactory::CreateForTest();
}
GPUSupport* TestShellDelegate::CreateGPUSupport() {

Powered by Google App Engine
This is Rietveld 408576698