| Index: chrome/common/extensions/docs/server2/branch_utility.py
|
| diff --git a/chrome/common/extensions/docs/server2/branch_utility.py b/chrome/common/extensions/docs/server2/branch_utility.py
|
| index 0dd43d102637f061a065074980889ebebb71a404..66f30437ebc7893d0c239146e932bf4a9bbc13f7 100644
|
| --- a/chrome/common/extensions/docs/server2/branch_utility.py
|
| +++ b/chrome/common/extensions/docs/server2/branch_utility.py
|
| @@ -13,9 +13,7 @@ class BranchUtility(object):
|
| def __init__(self, fetch_url, fetcher, object_store_creator):
|
| self._fetch_url = fetch_url
|
| self._fetcher = fetcher
|
| - # BranchUtility is obviously cross-channel, so set the channel to None.
|
| - self._object_store = object_store_creator.Create(BranchUtility,
|
| - channel=None)
|
| + self._object_store = object_store_creator.Create(BranchUtility)
|
|
|
| @staticmethod
|
| def Create(object_store_creator):
|
|
|