Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / mojo / public / cpp / bindings / tests / request_response_unittest.cc
index 338d968..a082a09 100644 (file)
@@ -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 {