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

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

Issue 151773002: Docserver: Properly implement the Cron logic for ContentProvider and TemplateDataSource so that the… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: right base Created 6 years, 11 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/template_renderer.py
diff --git a/chrome/common/extensions/docs/server2/template_renderer.py b/chrome/common/extensions/docs/server2/template_renderer.py
index 87bc5af624fd6afb8e6eb015d4a9422254b30982..8b3b905e2bc24548c8f4d21a97355526236d7467 100644
--- a/chrome/common/extensions/docs/server2/template_renderer.py
+++ b/chrome/common/extensions/docs/server2/template_renderer.py
@@ -36,6 +36,10 @@ class TemplateRenderer(object):
'apps_samples_url': GITHUB_BASE,
'base_path': self._server_instance.base_path,
'extensions_samples_url': EXTENSIONS_SAMPLES,
+ # TODO(kalman): Figure out where "peperversion" comes from. It's used
Yoyo Zhou 2014/02/04 00:48:42 Is this a typo?
not at google - send to devlin 2014/02/04 21:29:49 Done.
+ # internally in pepper and unfortunately the syntax appears to be
+ # {{pepperversion}} for some reason.
+ 'pepperversion': '',
'static': self._server_instance.base_path + 'static',
})
if additional_context:

Powered by Google App Engine
This is Rietveld 408576698