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

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

Issue 10808065: Extensions Docs Server: TDS fix, no local caching (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 8 years, 5 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/echo_handler.py
diff --git a/chrome/common/extensions/docs/server2/echo_handler.py b/chrome/common/extensions/docs/server2/echo_handler.py
index fbb9e38e95ea3bac20d1a76cea50f66bea1c0530..6aa8b9f4e44d0fa54f91834f9c33699c110982b4 100755
--- a/chrome/common/extensions/docs/server2/echo_handler.py
+++ b/chrome/common/extensions/docs/server2/echo_handler.py
@@ -89,7 +89,8 @@ class Handler(webapp.RequestHandler):
intro_data_source,
samples_data_source,
cache_builder,
- [PUBLIC_TEMPLATE_PATH, PRIVATE_TEMPLATE_PATH])
+ PUBLIC_TEMPLATE_PATH,
+ PRIVATE_TEMPLATE_PATH)
example_zipper = ExampleZipper(file_system,
cache_builder,
DOCS_PATH,

Powered by Google App Engine
This is Rietveld 408576698