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

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

Issue 2215133002: Change signature of OnConnect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: . Created 4 years, 4 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 15054132e844c18ed2874028b9ee6be6eff21cd6..c4da0595c535ab24813932ab2ab275032154d45a 100644
--- a/services/shell/tests/connect/connect_test_singleton_app.cc
+++ b/services/shell/tests/connect/connect_test_singleton_app.cc
@@ -16,7 +16,8 @@ class ConnectTestSingletonApp : public Service {
private:
// shell::Service:
- bool OnConnect(Connection* connection) override {
+ bool OnConnect(const Identity& remote_identity,
+ InterfaceRegistry* registry) 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