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

Unified Diff: ash/test/ash_test_environment_default.cc

Issue 2316803002: Splits ash_test_resources_100_percent into two pak files (Closed)
Patch Set: feedback 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
« no previous file with comments | « ash/test/ash_test_environment_content.cc ('k') | ash/test/test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_environment_default.cc
diff --git a/ash/test/ash_test_environment_default.cc b/ash/test/ash_test_environment_default.cc
index f1d9d3280e87eb246058e77d6565ad0fb3f2b5bc..b070ce60c2974fbd75198de36499aaa3a9c15267 100644
--- a/ash/test/ash_test_environment_default.cc
+++ b/ash/test/ash_test_environment_default.cc
@@ -53,5 +53,10 @@ std::unique_ptr<AshTestEnvironment> AshTestEnvironment::Create() {
return base::MakeUnique<AshTestEnvironmentDefault>();
}
+// static
+std::string AshTestEnvironment::Get100PercentResourceFileName() {
+ return "ash_test_resources_100_percent.pak";
+}
+
} // namespace test
} // namespace ash
« no previous file with comments | « ash/test/ash_test_environment_content.cc ('k') | ash/test/test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698