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

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

Issue 2179023004: Make Service own ServiceContext. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 5 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 | « services/shell/public/cpp/service_runner.h ('k') | services/shell/public/interfaces/service_manager.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/public/cpp/service_test.h
diff --git a/services/shell/public/cpp/service_test.h b/services/shell/public/cpp/service_test.h
index ca3868eff8d5c09ec6acf8aa0cf794aaf9b5427f..714232ace35f51ff8cd0822125bab02669975ca7 100644
--- a/services/shell/public/cpp/service_test.h
+++ b/services/shell/public/cpp/service_test.h
@@ -35,9 +35,7 @@ class ServiceTestClient : public Service {
~ServiceTestClient() override;
protected:
- void OnStart(Connector* connector,
- const Identity& identity,
- uint32_t id) override;
+ void OnStart(const Identity& identity) override;
private:
ServiceTest* test_;
@@ -77,8 +75,7 @@ class ServiceTest : public testing::Test {
// Call to set OnStart() metadata when GetService() is overridden.
void OnStartCalled(Connector* connector,
const std::string& name,
- const std::string& userid,
- uint32_t id);
+ const std::string& userid);
// testing::Test:
void SetUp() override;
« no previous file with comments | « services/shell/public/cpp/service_runner.h ('k') | services/shell/public/interfaces/service_manager.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698