| 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..3a34e255e3e1117871f987db4af45ba7c78148bc 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,
|
|
|