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

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

Issue 344183006: Remove references to pepperversion and peppernum for NaCl docs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « no previous file | native_client_sdk/doc_generated/community/application-gallery.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 d2b114741654b489451b085c316ac4e7a0c704f5..ccab9f9da0ae943213e7c076f019967a47b8a325 100644
--- a/chrome/common/extensions/docs/server2/template_renderer.py
+++ b/chrome/common/extensions/docs/server2/template_renderer.py
@@ -36,10 +36,6 @@ 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 "pepperversion" comes from. It's used
- # internally in pepper and unfortunately the syntax appears to be
- # {{pepperversion}} for some reason.
- 'pepperversion': '',
binji 2014/06/20 23:24:07 This used to be in the pepper API docs, but I don'
'static': self._server_instance.base_path + 'static',
})
if additional_context:
« no previous file with comments | « no previous file | native_client_sdk/doc_generated/community/application-gallery.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698