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

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

Issue 16410002: Docserver manifest follow up (rewrite) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gen-manifest-try-2
Patch Set: manifest follow up (rewrite) Created 7 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/server_instance.py
diff --git a/chrome/common/extensions/docs/server2/server_instance.py b/chrome/common/extensions/docs/server2/server_instance.py
index 6290f1894610fff4f44e8e56b4691f5189df17f7..fea1eec481f05e6cec1e63549748c2d1fe3df843 100644
--- a/chrome/common/extensions/docs/server2/server_instance.py
+++ b/chrome/common/extensions/docs/server2/server_instance.py
@@ -100,6 +100,12 @@ class ServerInstance(object):
'/'.join((svn_constants.JSON_PATH, 'manifest.json')),
'/'.join((svn_constants.API_PATH, '_manifest_features.json')))
+ self.manifest_data_source = ManifestDataSource(
+ self.compiled_host_fs_factory,
+ host_file_system,
+ '/'.join((svn_constants.JSON_PATH, 'manifest.json')),
+ '/'.join((svn_constants.API_PATH, '_manifest_features.json')))
not at google - send to devlin 2013/07/24 21:45:56 something funny happened here.
jshumway 2013/07/26 00:36:46 Very strange, removed.
+
self.template_data_source_factory = TemplateDataSource.Factory(
self.api_data_source_factory,
self.api_list_data_source_factory,

Powered by Google App Engine
This is Rietveld 408576698