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

Unified Diff: cloud_print/gcp20/prototype/dns_sd_server.h

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
Index: cloud_print/gcp20/prototype/dns_sd_server.h
diff --git a/cloud_print/gcp20/prototype/dns_sd_server.h b/cloud_print/gcp20/prototype/dns_sd_server.h
index a0d0128461b394215bed11ffa5c21c3fa4b36d45..f9aa540d737353f5bb77b141161667c84b6fc778 100644
--- a/cloud_print/gcp20/prototype/dns_sd_server.h
+++ b/cloud_print/gcp20/prototype/dns_sd_server.h
@@ -37,7 +37,8 @@ class DnsSdServer : public base::SupportsWeakPtr<DnsSdServer> {
// Starts the server. Returns |true| if server works. Also sends
// announcement.
- bool Start(const ServiceParameters& serv_params, uint32 full_ttl,
+ bool Start(const ServiceParameters& serv_params,
+ uint32 full_ttl,
const std::vector<std::string>& metadata) WARN_UNUSED_RESULT;
// Sends announcement if server works.
@@ -57,7 +58,8 @@ class DnsSdServer : public base::SupportsWeakPtr<DnsSdServer> {
bool CreateSocket();
// Processes single query.
- void ProccessQuery(uint32 current_ttl, const DnsQueryRecord& query,
+ void ProccessQuery(uint32 current_ttl,
+ const DnsQueryRecord& query,
DnsResponseBuilder* builder) const;
// Processes DNS message.
« no previous file with comments | « cloud_print/gcp20/prototype/cloud_print_response_parser.cc ('k') | cloud_print/gcp20/prototype/gcp20_device.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698