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

Unified Diff: mojo/services/network/http_connection_impl.h

Issue 1227373002: Roll mojo SDK to 734c6e1652ff2f3b696e441722838f453f4f9b42 (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Follow review Created 5 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
« no previous file with comments | « mojo/services/network/cookie_store_impl.cc ('k') | mojo/services/network/http_connection_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/network/http_connection_impl.h
diff --git a/mojo/services/network/http_connection_impl.h b/mojo/services/network/http_connection_impl.h
index 79fc72dbf46c011051d2f3684d366548817eb3ec..526a688ba2c6e7ef9ae773c37b50922a4bbbdcf1 100644
--- a/mojo/services/network/http_connection_impl.h
+++ b/mojo/services/network/http_connection_impl.h
@@ -13,7 +13,6 @@
#include "mojo/services/network/public/interfaces/http_connection.mojom.h"
#include "mojo/services/network/public/interfaces/http_message.mojom.h"
#include "third_party/mojo/src/mojo/public/cpp/bindings/binding.h"
-#include "third_party/mojo/src/mojo/public/cpp/bindings/error_handler.h"
namespace net {
class HttpServerRequestInfo;
@@ -23,8 +22,7 @@ namespace mojo {
class HttpServerImpl;
-class HttpConnectionImpl : public HttpConnection,
- public ErrorHandler {
+class HttpConnectionImpl : public HttpConnection {
public:
// |server| must outlive this object.
HttpConnectionImpl(int connection_id,
@@ -49,9 +47,6 @@ class HttpConnectionImpl : public HttpConnection,
uint32_t size,
const SetReceiveBufferSizeCallback& callback) override;
- // ErrorHandler implementation.
- void OnConnectionError() override;
-
void OnFinishedReadingResponseBody(HttpResponsePtr response_ptr,
SimpleDataPipeReader* reader,
scoped_ptr<std::string> body);
« no previous file with comments | « mojo/services/network/cookie_store_impl.cc ('k') | mojo/services/network/http_connection_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698