| 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 2156c1630a07121066a0580512811318c05d2517..e3c93328c14f8971a8a70a3a17f68c7cda3cea43 100644
|
| --- a/chrome/common/extensions/docs/server2/handler.py
|
| +++ b/chrome/common/extensions/docs/server2/handler.py
|
| @@ -63,6 +63,7 @@ class Handler(Servlet):
|
| new_path = path.split('/')
|
| if len(new_path) > 0 and new_path[0] == 'chrome':
|
| new_path.pop(0)
|
| + # We don't do multi channel anymore, but leave this code around for legacy.
|
| for channel in BranchUtility.GetAllChannelNames():
|
| if channel in new_path:
|
| position = new_path.index(channel)
|
|
|