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

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

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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/server_instance.py
diff --git a/chrome/common/extensions/docs/server2/server_instance.py b/chrome/common/extensions/docs/server2/server_instance.py
index c3ecabc664f5f91dd611c664044a52076a85fb32..dee1133d7d3aedc8aedca3134ab29ff32e6cf94f 100644
--- a/chrome/common/extensions/docs/server2/server_instance.py
+++ b/chrome/common/extensions/docs/server2/server_instance.py
@@ -43,7 +43,6 @@ class ServerInstance(object):
def Get(self, path, request, response):
# TODO(cduvall): bundle up all the request-scoped data into a single object.
templates = self._template_data_source_factory.Create(request, path)
-
cduvall 2013/03/21 18:43:53 Give back my newline!
epeterson 2013/03/25 19:35:11 Done. Sorry!
content = None
if fnmatch(path, 'extensions/examples/*.zip'):
try:

Powered by Google App Engine
This is Rietveld 408576698