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

Unified Diff: chrome/common/extensions/docs/server2/redirector.py

Issue 575613003: Docserver: Gitiles auth and cron refactoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: chrome/common/extensions/docs/server2/redirector.py
diff --git a/chrome/common/extensions/docs/server2/redirector.py b/chrome/common/extensions/docs/server2/redirector.py
index c97964d10c3fd5a00383e2be67ad2a1ffdf10bfc..00d7e40082899a7a600dfeb63df9212e79d5df82 100644
--- a/chrome/common/extensions/docs/server2/redirector.py
+++ b/chrome/common/extensions/docs/server2/redirector.py
@@ -102,7 +102,7 @@ class Redirector(object):
return 'https://developer.chrome.com/' + posixpath.join(*path)
- def Cron(self):
+ def Refresh(self):
''' Load files during a cron run.
'''
futures = []
« no previous file with comments | « chrome/common/extensions/docs/server2/queue.yaml ('k') | chrome/common/extensions/docs/server2/redirector_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698