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

Unified Diff: chrome/browser/local_discovery/privet_constants.h

Issue 861523002: Updated parsing of PrivetV3 mDns record. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mon Jan 26 13:26:30 PST 2015 Created 5 years, 11 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: chrome/browser/local_discovery/privet_constants.h
diff --git a/chrome/browser/local_discovery/privet_constants.h b/chrome/browser/local_discovery/privet_constants.h
index f0b6541492e333a0d7c372c5b8d9b83009688664..29c730f75d5b82c3d81328b25e9f7fb61c405433 100644
--- a/chrome/browser/local_discovery/privet_constants.h
+++ b/chrome/browser/local_discovery/privet_constants.h
@@ -56,6 +56,8 @@ extern const char kPrivetTxtKeyVersion[];
extern const char kPrivetTxtKeyType[];
extern const char kPrivetTxtKeyID[];
extern const char kPrivetTxtKeyConnectionState[];
+extern const char kPrivetTxtKeyGcdID[];
+extern const char kPrivetTxtKeyDevicesClass[];
extern const char kPrivetConnectionStatusOnline[];
extern const char kPrivetConnectionStatusOffline[];
« no previous file with comments | « chrome/browser/local_discovery/device_description.cc ('k') | chrome/browser/local_discovery/privet_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698