| Index: third_party/WebKit/Tools/Scripts/webkitpy/common/system/platform_info_mock.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/platform_info_mock.py b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/platform_info_mock.py
|
| index 5c1e0d0f403366442a36a335570ba47945b052e3..ee307cda6be4736c2246760d84b6dd78d633aea0 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/common/system/platform_info_mock.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/common/system/platform_info_mock.py
|
| @@ -47,9 +47,6 @@ class MockPlatformInfo(object):
|
| def is_highdpi(self):
|
| return self._is_highdpi
|
|
|
| - def is_cygwin(self):
|
| - return self.os_name == 'cygwin'
|
| -
|
| def is_freebsd(self):
|
| return self.os_name == 'freebsd'
|
|
|
|
|