| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/system/user_mock.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/user_mock.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/user_mock.py
|
| index 06eb60c8a8c511d2292b68235c5ee810c23570bf..e70f1bae9a4ca7dc8f437bb7a837042c0e2df0d0 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/user_mock.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/user_mock.py
|
| @@ -44,12 +44,6 @@ class MockUser(object):
|
| def __init__(self):
|
| self.opened_urls = []
|
|
|
| - def edit(self, files):
|
| - pass
|
| -
|
| - def page(self, message):
|
| - pass
|
| -
|
| def confirm(self, message=None, default='y'):
|
| _log.info(message)
|
| return default == 'y'
|
|
|