Index: chrome/browser/local_discovery/privet_constants.cc |
diff --git a/chrome/browser/local_discovery/privet_constants.cc b/chrome/browser/local_discovery/privet_constants.cc |
index a2a4871b13384d17342a9261bdd950146e084350..a148901a87100168b92b099465b0e8a4fbd12c45 100644 |
--- a/chrome/browser/local_discovery/privet_constants.cc |
+++ b/chrome/browser/local_discovery/privet_constants.cc |
@@ -53,6 +53,8 @@ const char kPrivetTxtKeyVersion[] = "txtvers"; |
const char kPrivetTxtKeyType[] = "type"; |
const char kPrivetTxtKeyID[] = "id"; |
const char kPrivetTxtKeyConnectionState[] = "cs"; |
+const char kPrivetTxtKeyGcdID[] = "gcd_id"; |
+const char kPrivetTxtKeyDevicesClass[] = "class"; |
const char kPrivetConnectionStatusOnline[] = "online"; |
const char kPrivetConnectionStatusOffline[] = "offline"; |