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

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

Issue 131103028: Added --extended-response to put additional information into PTR responces. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/printer.cc ('k') | cloud_print/gcp20/prototype/service_parameters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/gcp20/prototype/service_parameters.h
diff --git a/cloud_print/gcp20/prototype/service_parameters.h b/cloud_print/gcp20/prototype/service_parameters.h
index 881e15f2501a06fe95fb9926956f0f4773a53715..b22b3dd1a9f73b997cf5c3153827e341cd2f2f96 100644
--- a/cloud_print/gcp20/prototype/service_parameters.h
+++ b/cloud_print/gcp20/prototype/service_parameters.h
@@ -20,6 +20,7 @@ struct ServiceParameters {
const std::string& service_name_prefix,
const std::string& service_domain_name,
const net::IPAddressNumber& http_ipv4,
+ const net::IPAddressNumber& http_ipv6,
uint16 http_port);
std::string service_type_;
@@ -27,6 +28,7 @@ struct ServiceParameters {
std::string service_name_;
std::string service_domain_name_;
net::IPAddressNumber http_ipv4_;
+ net::IPAddressNumber http_ipv6_;
uint16 http_port_;
};
« no previous file with comments | « cloud_print/gcp20/prototype/printer.cc ('k') | cloud_print/gcp20/prototype/service_parameters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698