summaryrefslogtreecommitdiffstats
path: root/cloud_print/gcp20/prototype/service_parameters.h
diff options
context:
space:
mode:
authornoamsml@chromium.org <noamsml@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-31 09:00:40 +0000
committernoamsml@chromium.org <noamsml@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-31 09:00:40 +0000
commitb18498d8895b8c86b7e9d2b5a08a360639b920f8 (patch)
tree667c7bec61a2664778ed9d6cae86b822f667d7c6 /cloud_print/gcp20/prototype/service_parameters.h
parent269c2e84b46cb72986f60775efbfd5022fc75c9d (diff)
downloadchromium_src-b18498d8895b8c86b7e9d2b5a08a360639b920f8.zip
chromium_src-b18498d8895b8c86b7e9d2b5a08a360639b920f8.tar.gz
chromium_src-b18498d8895b8c86b7e9d2b5a08a360639b920f8.tar.bz2
Make gcp20_device respond to _printer._sub._privet.local queries
Make the GCP2.0 prototype respond to printer subtype queries and announce itself using the printer subtype record. BUG= Review URL: https://codereview.chromium.org/52113004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232051 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cloud_print/gcp20/prototype/service_parameters.h')
-rw-r--r--cloud_print/gcp20/prototype/service_parameters.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cloud_print/gcp20/prototype/service_parameters.h b/cloud_print/gcp20/prototype/service_parameters.h
index f86f870..881e15f 100644
--- a/cloud_print/gcp20/prototype/service_parameters.h
+++ b/cloud_print/gcp20/prototype/service_parameters.h
@@ -16,12 +16,14 @@ struct ServiceParameters {
~ServiceParameters();
ServiceParameters(const std::string& service_type,
+ const std::string& secondary_service_type,
const std::string& service_name_prefix,
const std::string& service_domain_name,
const net::IPAddressNumber& http_ipv4,
uint16 http_port);
std::string service_type_;
+ std::string secondary_service_type_;
std::string service_name_;
std::string service_domain_name_;
net::IPAddressNumber http_ipv4_;
@@ -29,4 +31,3 @@ struct ServiceParameters {
};
#endif // CLOUD_PRINT_GCP20_PROTOTYPE_SERVICE_PARAMETERS_H_
-