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

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

Issue 58303002: Docserver: Clean up APIListDataSourceTest a bit by constructing a full (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 7 years, 1 month 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 cac9f6ea8fed8223e5ab3823388e3214305552b6..4a01df3991f5ab9da56f7a7429e9e48400d6e2ff 100644
--- a/chrome/common/extensions/docs/server2/server_instance.py
+++ b/chrome/common/extensions/docs/server2/server_instance.py
@@ -89,7 +89,6 @@ class ServerInstance(object):
self.api_list_data_source_factory = APIListDataSource.Factory(
self.compiled_fs_factory,
host_fs_at_trunk,
- svn_constants.PUBLIC_TEMPLATE_PATH,
self.features_bundle,
self.object_store_creator)

Powered by Google App Engine
This is Rietveld 408576698