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

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

Issue 148293018: Docserver: Make the .html extension unnecessary for content pages, for example, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: yoz Created 6 years, 10 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 61ee914c9705ec30e1f3752018230315eda134cd..6920d572b472d4d6231d584c4699c425a46d2b30 100644
--- a/chrome/common/extensions/docs/server2/server_instance.py
+++ b/chrome/common/extensions/docs/server2/server_instance.py
@@ -137,6 +137,7 @@ class ServerInstance(object):
self.samples_data_source_factory)
self.content_providers = ContentProviders(
+ object_store_creator,
self.compiled_fs_factory,
host_fs_at_trunk,
self.github_file_system_provider,
« no previous file with comments | « chrome/common/extensions/docs/server2/render_servlet_test.py ('k') | chrome/common/extensions/docs/server2/special_paths.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698