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

Unified Diff: ash/test/ash_test_environment.h

Issue 2316803002: Splits ash_test_resources_100_percent into two pak files (Closed)
Patch Set: fix 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..3993e9e79a984138f48854d66793fe11235cff26 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 at.
msw 2016/09/06 23:30:02 nit: 'ASCII', and remove 'at' for "are stored."
sky 2016/09/06 23:47:32 Done.
+ static std::string Get100PercentResourceFileName();
+
// Called from AshTestHelper::SetUp()/TearDown().
virtual void SetUp() {}
virtual void TearDown() {}

Powered by Google App Engine
This is Rietveld 408576698