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

Unified Diff: ash/test/ash_test_environment.h

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/shell/content/client/shell_main_delegate.cc ('k') | ash/test/ash_test_environment_content.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..c533120f7b3a64bb74c2df07455e75dfef2692ab 100644
--- a/ash/test/ash_test_environment.h
+++ b/ash/test/ash_test_environment.h
@@ -6,6 +6,7 @@
#define ASH_TEST_ASH_TEST_ENVIRONMENT_H_
#include <memory>
+#include <string>
namespace base {
class SequencedWorkerPool;
@@ -34,6 +35,9 @@ class AshTestEnvironment {
// Creates the object appropriate to the current environment.
static std::unique_ptr<AshTestEnvironment> Create();
+ // Returns the ASCII file name of where the 100% resources are stored.
+ static std::string Get100PercentResourceFileName();
+
// Called from AshTestHelper::SetUp()/TearDown().
virtual void SetUp() {}
virtual void TearDown() {}
« no previous file with comments | « ash/shell/content/client/shell_main_delegate.cc ('k') | ash/test/ash_test_environment_content.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698