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

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

Issue 26538009: Docserver: make file_system a property of Create (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Done Created 7 years, 2 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/instance_servlet.py
diff --git a/chrome/common/extensions/docs/server2/instance_servlet.py b/chrome/common/extensions/docs/server2/instance_servlet.py
index 3d4eca0c701e211021771a77944c7c1ff7c395f4..bb6bfe70c2cd6882d1e5b95578306ff755157dc5 100644
--- a/chrome/common/extensions/docs/server2/instance_servlet.py
+++ b/chrome/common/extensions/docs/server2/instance_servlet.py
@@ -40,12 +40,9 @@ class OfflineRenderServletDelegate(RenderServlet.Delegate):
offline=True)
app_samples_file_system = self._delegate.CreateAppSamplesFileSystem(
object_store_creator)
- compiled_host_fs_factory = CompiledFileSystem.Factory(
- host_file_system_provider.GetTrunk(),
- object_store_creator)
return ServerInstance(object_store_creator,
app_samples_file_system,
- compiled_host_fs_factory,
+ CompiledFileSystem.Factory(object_store_creator),
branch_utility,
host_file_system_provider)

Powered by Google App Engine
This is Rietveld 408576698