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

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

Issue 10825067: Extensions Docs Server: Apps samples page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: less is_apps and fixes Created 8 years, 4 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_data_source.py
diff --git a/chrome/common/extensions/docs/server2/template_data_source.py b/chrome/common/extensions/docs/server2/template_data_source.py
index 3c36b7151fc18a8d1b40af12789570718a66376b..5b4cfd5b93b31a565cd40644459c92a0ec78f52c 100644
--- a/chrome/common/extensions/docs/server2/template_data_source.py
+++ b/chrome/common/extensions/docs/server2/template_data_source.py
@@ -112,6 +112,8 @@ class TemplateDataSource(object):
'partials': self,
'samples': self._samples_data_source,
'static': self._static_resources,
+ 'apps_title': 'Apps',
+ 'extensions_title': 'Extensions',
'true': True,
'false': False
}).text

Powered by Google App Engine
This is Rietveld 408576698