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

Unified Diff: ash/test/ash_test_environment.h

Issue 2316803002: Splits ash_test_resources_100_percent into two pak files (Closed)
Patch Set: Created 4 years, 3 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/ash_test_environment.h
diff --git a/ash/test/ash_test_environment.h b/ash/test/ash_test_environment.h
index a763936066dc2f60d89538fcafb8addad5cfa057..e66f4d649e9b5855c047bd73f5ae3b99adbf791b 100644
--- a/ash/test/ash_test_environment.h
+++ b/ash/test/ash_test_environment.h
@@ -34,6 +34,9 @@ class AshTestEnvironment {
// Creates the object appropriate to the current environment.
static std::unique_ptr<AshTestEnvironment> Create();
+ // Adds environment specific resources to ResourceBundle.
msw 2016/09/06 22:57:38 Should this instead just provide a string or file
sky 2016/09/06 23:25:00 I agree. I got lazy. Done.
+ static void AddDataPacks();
msw 2016/09/06 22:57:38 nit: maybe AddDataPacksToResourceBundle or similar
+
// Called from AshTestHelper::SetUp()/TearDown().
virtual void SetUp() {}
virtual void TearDown() {}

Powered by Google App Engine
This is Rietveld 408576698