| Index: tools/chrome_remote_control/chrome_remote_control/possible_browser.py
|
| diff --git a/tools/chrome_remote_control/chrome_remote_control/possible_browser.py b/tools/chrome_remote_control/chrome_remote_control/possible_browser.py
|
| index 7f119b2e5caf3486883f07e1b4f8f790538a964f..6eb99a672d8c7f6a73f734b4746684296568c8b2 100644
|
| --- a/tools/chrome_remote_control/chrome_remote_control/possible_browser.py
|
| +++ b/tools/chrome_remote_control/chrome_remote_control/possible_browser.py
|
| @@ -14,5 +14,5 @@ class PossibleBrowser(object):
|
| def __repr__(self):
|
| return 'PossibleBrowser(browser_type=%s)' % self.browser_type
|
|
|
| - def Create(self):
|
| + def Create(self, extra_browser_args=None):
|
| raise NotImplementedError()
|
|
|