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

Unified Diff: cloud_print/gcp20/prototype/privet_http_server.cc

Issue 19866002: GCP2.0 Device: Receiving printjobs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@confirmation
Patch Set: static_cast<int> Created 7 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 | « cloud_print/gcp20/prototype/privet_http_server.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/gcp20/prototype/privet_http_server.cc
diff --git a/cloud_print/gcp20/prototype/privet_http_server.cc b/cloud_print/gcp20/prototype/privet_http_server.cc
index 33fd2ab941cf372de8557c26e0b435d4f0399fdf..6c080291eff586110a6c6e879c5dc926453a553d 100644
--- a/cloud_print/gcp20/prototype/privet_http_server.cc
+++ b/cloud_print/gcp20/prototype/privet_http_server.cc
@@ -133,7 +133,8 @@ void PrivetHttpServer::OnHttpRequest(int connection_id,
}
void PrivetHttpServer::OnWebSocketRequest(
- int connection_id, const net::HttpServerRequestInfo& info) {
+ int connection_id,
+ const net::HttpServerRequestInfo& info) {
}
void PrivetHttpServer::OnWebSocketMessage(int connection_id,
« no previous file with comments | « cloud_print/gcp20/prototype/privet_http_server.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698