diff options
author | samuong <samuong@chromium.org> | 2014-09-25 21:15:29 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-26 04:15:42 +0000 |
commit | 0b4d9b95e0cb553624b994df899ee4010425985e (patch) | |
tree | 382d227f6533cc50610bdc12429f3df0e7a9cc06 /cloud_print/gcp20 | |
parent | da1f537d23c875d49c73731b0880c67a32d27b09 (diff) | |
download | chromium_src-0b4d9b95e0cb553624b994df899ee4010425985e.zip chromium_src-0b4d9b95e0cb553624b994df899ee4010425985e.tar.gz chromium_src-0b4d9b95e0cb553624b994df899ee4010425985e.tar.bz2 |
Add net::HttpServer::Delegate::OnConnect() function and set ChromeDriver buffer sizes to 100 MB
BUG=
Review URL: https://codereview.chromium.org/594393002
Cr-Commit-Position: refs/heads/master@{#296881}
Diffstat (limited to 'cloud_print/gcp20')
-rw-r--r-- | cloud_print/gcp20/prototype/privet_http_server.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cloud_print/gcp20/prototype/privet_http_server.h b/cloud_print/gcp20/prototype/privet_http_server.h index 6cb14d10..5a3a2fe 100644 --- a/cloud_print/gcp20/prototype/privet_http_server.h +++ b/cloud_print/gcp20/prototype/privet_http_server.h @@ -141,6 +141,7 @@ class PrivetHttpServer: public net::HttpServer::Delegate { private: // net::HttpServer::Delegate methods: + virtual void OnConnect(int connection_id) OVERRIDE {} virtual void OnHttpRequest( int connection_id, const net::HttpServerRequestInfo& info) OVERRIDE; |