Index: chrome/common/extensions/docs/server2/handler.py |
diff --git a/chrome/common/extensions/docs/server2/handler.py b/chrome/common/extensions/docs/server2/handler.py |
index 9c54c55b67afe189eb459fd4864dcc986b8de22e..bc251c0759742859c8b564ae14584a2320c82554 100644 |
--- a/chrome/common/extensions/docs/server2/handler.py |
+++ b/chrome/common/extensions/docs/server2/handler.py |
@@ -93,7 +93,7 @@ def _GetInstanceForBranch(channel_name, local_path): |
cache_factory, |
[INTRO_PATH, ARTICLE_PATH]) |
samples_data_source_factory = SamplesDataSource.Factory( |
- branch, |
+ channel_name, |
file_system, |
GITHUB_FILE_SYSTEM, |
cache_factory, |
@@ -113,8 +113,7 @@ def _GetInstanceForBranch(channel_name, local_path): |
PRIVATE_TEMPLATE_PATH) |
example_zipper = ExampleZipper(file_system, |
cache_factory, |
- DOCS_PATH, |
- EXAMPLES_PATH) |
+ DOCS_PATH) |
SERVER_INSTANCES[branch] = ServerInstance( |
template_data_source_factory, |
example_zipper, |