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

Unified Diff: services/service_manager/public/cpp/service_test.h

Issue 2597983003: Add tests for how LocalStorageContextMojo interacts with file/leveldb services. (Closed)
Patch Set: reapply change that got lost during rebase Created 4 years 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 | « services/service_manager/public/cpp/lib/service_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/public/cpp/service_test.h
diff --git a/services/service_manager/public/cpp/service_test.h b/services/service_manager/public/cpp/service_test.h
index 2cdde3d91a0414ae706f54a5519ec269a40ff308..d4666348688c6f9032b624e37e449ebbe94c2139 100644
--- a/services/service_manager/public/cpp/service_test.h
+++ b/services/service_manager/public/cpp/service_test.h
@@ -52,7 +52,7 @@ class ServiceTest : public testing::Test {
// Once set via this constructor, it cannot be changed later by calling
// InitTestName(). The test executable must provide a manifest in the
// appropriate location that specifies this name also.
- explicit ServiceTest(const std::string& test_name);
+ explicit ServiceTest(const std::string& test_name, bool init_edk = true);
~ServiceTest() override;
protected:
@@ -92,6 +92,7 @@ class ServiceTest : public testing::Test {
// See constructor.
std::string test_name_;
+ bool init_edk_ = true;
Connector* connector_ = nullptr;
std::string initialize_name_;
« no previous file with comments | « services/service_manager/public/cpp/lib/service_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698