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

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

Issue 10827063: Extensions Docs Server: Pull info from _permission_features.json (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 c94c412157fc3a3b8c14442d315128e02824476d..cd3504d5412db272fe88ace454681e9aaf3ea75c 100755
--- a/chrome/common/extensions/docs/server2/echo_handler.py
+++ b/chrome/common/extensions/docs/server2/echo_handler.py
@@ -78,7 +78,7 @@ class Handler(webapp.RequestHandler):
AppEngineMemcache(branch, memcache))
cache_builder = FileSystemCache.Builder(file_system)
- api_data_source = APIDataSource(cache_builder, API_PATH)
+ api_data_source = APIDataSource(cache_builder, file_system, API_PATH)
api_list_data_source = APIListDataSource(cache_builder,
file_system,
API_PATH,

Powered by Google App Engine
This is Rietveld 408576698