| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android_unittest.py
 | 
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android_unittest.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android_unittest.py
 | 
| index 1a5d69aa04dfefced711077984f3c122b72ad9c6..1fb15ffc32b505e9c68f5181eda2050493881269 100644
 | 
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android_unittest.py
 | 
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/android_unittest.py
 | 
| @@ -102,10 +102,6 @@ class AndroidPortTest(port_testcase.PortTestCase):
 | 
|          # FIXME: Do something useful here, but testing the full logic would be hard.
 | 
|          pass
 | 
|  
 | 
| -    def make_wdiff_available(self, port):
 | 
| -        port._wdiff_available = True
 | 
| -        port._host_port._wdiff_available = True
 | 
| -
 | 
|      # Test that content_shell currently is the only supported driver.
 | 
|      def test_non_content_shell_driver(self):
 | 
|          self.assertRaises(self.make_port, options=optparse.Values({'driver_name': 'foobar'}))
 | 
| 
 |