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

Unified Diff: services/shell/tests/connect/connect_test_singleton_app.cc

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
Index: services/shell/tests/connect/connect_test_singleton_app.cc
diff --git a/services/shell/tests/connect/connect_test_singleton_app.cc b/services/shell/tests/connect/connect_test_singleton_app.cc
index 153a9d2b7111c24caf31866663cc8be5b9b04dc3..2c8d7448672e3c741cb43f4763dacaf10d28f2b8 100644
--- a/services/shell/tests/connect/connect_test_singleton_app.cc
+++ b/services/shell/tests/connect/connect_test_singleton_app.cc
@@ -16,8 +16,6 @@ class ConnectTestSingletonApp : public Service {
private:
// shell::Service:
- void OnStart(Connector* connector, const Identity& identity,
- uint32_t id) override {}
bool OnConnect(Connection* connection) override {
return true;
}
« no previous file with comments | « services/shell/tests/connect/connect_test_package.cc ('k') | services/shell/tests/connect/connect_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698