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

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

Issue 411783002: Initial implementation of session APIs, sans WiFi component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « chrome/test/data/extensions/api_test/gcd_private/api/session.js ('k') | 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 7d819aba0c852ca95880a0b57f2e20d37c2a3fa8..6d3c9c7273e659670a386450c3468194c8b5a8c7 100755
--- a/components/cloud_devices/tools/prototype/prototype.py
+++ b/components/cloud_devices/tools/prototype/prototype.py
@@ -810,7 +810,6 @@ class WebRequestHandler(WifiHandler.Delegate, CloudDevice.Delegate):
'stype': self.session_handlers.keys()}.items())
response_func(200, info)
- @post_provisioning
@get_only
def do_info(self, unused_request, response_func):
specific_info = {
« no previous file with comments | « chrome/test/data/extensions/api_test/gcd_private/api/session.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698