| 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 48290f4202f91dcd112987438f1033d9fd531cc2..e6886fb062e03c2bcd42e02d1c7525d851f9c110 100644
|
| --- a/chrome/common/extensions/docs/server2/handler.py
|
| +++ b/chrome/common/extensions/docs/server2/handler.py
|
| @@ -133,6 +133,7 @@ def _GetInstanceForBranch(channel_name, local_path):
|
| GITHUB_FILE_SYSTEM,
|
| cache_factory,
|
| GITHUB_COMPILED_FILE_SYSTEM,
|
| + api_list_data_source_factory,
|
| EXAMPLES_PATH)
|
| api_data_source_factory = APIDataSource.Factory(cache_factory,
|
| API_PATH,
|
|
|