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

Unified Diff: mojo/public/cpp/bindings/tests/request_response_unittest.cc

Issue 380413003: Mojo: Use InterfaceFactory<Interface> for service registration (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review feedback Created 6 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: mojo/public/cpp/bindings/tests/request_response_unittest.cc
diff --git a/mojo/public/cpp/bindings/tests/request_response_unittest.cc b/mojo/public/cpp/bindings/tests/request_response_unittest.cc
index 338d9684dfdf94c440e9ca3a51dffdc472d611e4..a082a0954886eb7017a37d646aed34398cdd5e65 100644
--- a/mojo/public/cpp/bindings/tests/request_response_unittest.cc
+++ b/mojo/public/cpp/bindings/tests/request_response_unittest.cc
@@ -15,10 +15,6 @@ namespace {
class ProviderImpl : public InterfaceImpl<sample::Provider> {
public:
- virtual void OnConnectionError() MOJO_OVERRIDE {
- delete this;
- }
-
virtual void EchoString(
const String& a,
const Callback<void(String)>& callback) MOJO_OVERRIDE {

Powered by Google App Engine
This is Rietveld 408576698