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

Unified Diff: ash/test/ash_test_environment_content.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.h ('k') | ash/test/ash_test_environment_default.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_environment_content.cc
diff --git a/ash/test/ash_test_environment_content.cc b/ash/test/ash_test_environment_content.cc
index 0e5123730ab39b6f5872b57c62ce53e0675b75ed..e0d228ca1ff35d086998b5f79ed7fd2eeee58b46 100644
--- a/ash/test/ash_test_environment_content.cc
+++ b/ash/test/ash_test_environment_content.cc
@@ -39,6 +39,11 @@ std::unique_ptr<AshTestEnvironment> AshTestEnvironment::Create() {
return base::MakeUnique<AshTestEnvironmentContent>();
}
+// static
+std::string AshTestEnvironment::Get100PercentResourceFileName() {
+ return "ash_test_resources_with_content_100_percent.pak";
+}
+
AshTestEnvironmentContent::AshTestEnvironmentContent()
: thread_bundle_(base::MakeUnique<content::TestBrowserThreadBundle>()) {}
« no previous file with comments | « ash/test/ash_test_environment.h ('k') | ash/test/ash_test_environment_default.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698