| Index: tools/chrome_remote_control/chrome_remote_control/browser_backend.py
|
| diff --git a/tools/chrome_remote_control/chrome_remote_control/browser_backend.py b/tools/chrome_remote_control/chrome_remote_control/browser_backend.py
|
| index 17d2111c15adaf12061f15e2525c0a75d80389da..4262616724e6ef3660d70aa3b762b0a80845a69d 100644
|
| --- a/tools/chrome_remote_control/chrome_remote_control/browser_backend.py
|
| +++ b/tools/chrome_remote_control/chrome_remote_control/browser_backend.py
|
| @@ -54,4 +54,5 @@ class BrowserBackend(object):
|
|
|
| def ConnectToNthTab(self, index):
|
| ib = inspector_backend.InspectorBackend(self, self._ListTabs()[index])
|
| - return tab.Tab(ib)
|
| + return tab.Tab(self, ib)
|
| +
|
|
|