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

Unified Diff: sitescripts/extensions/utils.py

Issue 5092904657747968: Issue 356 - Update devbuild in the Chrome Web Store (Closed)
Patch Set: Addressed comments Created April 21, 2014, 8:45 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/bin/createNightlies.py ('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
@@ -138,6 +138,9 @@
galleryID = _defineLocalProperty('galleryID', '')
downloadPage = _defineLocalProperty('downloadPage', '')
experimental = _defineLocalProperty('experimental', '')
+ clientID = _defineLocalProperty('clientID', '')
+ clientSecret = _defineLocalProperty('clientSecret', '')
+ refreshToken = _defineLocalProperty('refreshToken', '')
latestRevision = _defineNightlyProperty('latestRevision')
« no previous file with comments | « sitescripts/extensions/bin/createNightlies.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld