Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: sitescripts/extensions/utils.py

Issue 29337988: Issue 382 - Removed support for Chrome devbuilds using the experimental API (Closed)
Patch Set: Created March 8, 2016, 5:38 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sitescripts/extensions/template/nightlies.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/extensions/utils.py
===================================================================
--- a/sitescripts/extensions/utils.py
+++ b/sitescripts/extensions/utils.py
@@ -148,7 +148,6 @@
galleryID = _defineProperty('galleryID', local=True, default='')
devbuildGalleryID = _defineProperty('devbuildGalleryID', local=True, default='')
downloadPage = _defineProperty('downloadPage', local=True, default='')
- experimental = _defineProperty('experimental', local=True, default='')
clientID = _defineProperty('clientID', local=True, default='')
clientSecret = _defineProperty('clientSecret', local=True, default='')
refreshToken = _defineProperty('refreshToken', local=True, default='')
« no previous file with comments | « sitescripts/extensions/template/nightlies.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld