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

Unified Diff: ash/host/window_tree_host_factory.h

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/host/window_tree_host_factory.h
diff --git a/ash/host/window_tree_host_factory.h b/ash/host/window_tree_host_factory.h
index a17927cd2e9ffed2e2c955991ef7c3995064b325..ee8b339c7b8bcba043687c706631119ba5b37d86 100644
--- a/ash/host/window_tree_host_factory.h
+++ b/ash/host/window_tree_host_factory.h
@@ -19,6 +19,7 @@ class ASH_EXPORT WindowTreeHostFactory {
virtual ~WindowTreeHostFactory() {}
static WindowTreeHostFactory* Create();
+ static WindowTreeHostFactory* CreateForTest();
// Creates a new aura::WindowTreeHost. The caller owns the returned value.
virtual aura::WindowTreeHost* CreateWindowTreeHost(
« no previous file with comments | « no previous file | ash/host/window_tree_host_factory.cc » ('j') | chrome/browser/browser_process_platform_part_aurawin.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698