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

Unified Diff: components/cloud_devices/tools/prototype/prototype.py

Issue 311583003: Report version 3.0 in GCD prototype as per latest Privet spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cloud_devices/tools/prototype/prototype.py
diff --git a/components/cloud_devices/tools/prototype/prototype.py b/components/cloud_devices/tools/prototype/prototype.py
index 830b075f1636948b2678b98adc57123b44746ce7..d0fdb4b701c22bb4fa6689401d1259ef2aff9faa 100755
--- a/components/cloud_devices/tools/prototype/prototype.py
+++ b/components/cloud_devices/tools/prototype/prototype.py
@@ -999,7 +999,7 @@ class WebRequestHandler(WifiHandler.Delegate, CloudDevice.Delegate):
def get_common_info(self):
return {
- 'version': '2.0',
+ 'version': '3.0',
'name': 'Sample Device',
'device_state': self.device_state()
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698