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

Unified Diff: services/debugger/debugger.cc

Issue 1979723002: ApplicationConnection devolution, part 3. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 7 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/dart/content_handler_main.cc ('k') | services/device_info/device_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/debugger/debugger.cc
diff --git a/services/debugger/debugger.cc b/services/debugger/debugger.cc
index c43f144233174d0ddd6abd83585b353f9996123c..e642f1aec519d34b6980ebfa175c3415b88f1dce 100644
--- a/services/debugger/debugger.cc
+++ b/services/debugger/debugger.cc
@@ -69,11 +69,6 @@ class Debugger : public mojo::ApplicationDelegate,
[](bool result) { DCHECK(result); });
}
- bool ConfigureIncomingConnection(
- mojo::ApplicationConnection* connection) override {
- return true;
- }
-
// http_server::HttpHandler:
void HandleRequest(http_server::HttpRequestPtr request,
const HandleRequestCallback& callback) override {
« no previous file with comments | « services/dart/content_handler_main.cc ('k') | services/device_info/device_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698