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

Unified Diff: ash/test/ash_test_base.h

Issue 273073002: Changes code using Compositor to pass in ContextFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tooltip on chromeos Created 6 years, 7 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
« no previous file with comments | « ash/shell_init_params.cc ('k') | ash/test/ash_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_base.h
diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h
index 6ef1591edae0aa25bec582ccf5996ce97f51a34b..c50bf2fd36414f7046227cf04359c8cb19cb9b16 100644
--- a/ash/test/ash_test_base.h
+++ b/ash/test/ash_test_base.h
@@ -33,6 +33,10 @@ class EventGenerator;
} // namespace test
} // namespace aura
+namespace ui {
+class ContextFactory;
+}
+
namespace ash {
class DisplayManager;
@@ -88,6 +92,8 @@ class AshTestBase : public testing::Test {
// hasn't been created yet.
aura::test::EventGenerator& GetEventGenerator();
+ ui::ContextFactory* context_factory();
+
protected:
enum UserSessionBlockReason {
FIRST_BLOCK_REASON,
« no previous file with comments | « ash/shell_init_params.cc ('k') | ash/test/ash_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698