Chromium Code Reviews| Index: chrome/test/pyautolib/pyautolib.cc |
| =================================================================== |
| --- chrome/test/pyautolib/pyautolib.cc (revision 257432) |
| +++ chrome/test/pyautolib/pyautolib.cc (working copy) |
| @@ -40,8 +40,6 @@ |
| PathService::Override(base::DIR_SOURCE_ROOT, path); |
| } |
| -bool PyUITestSuiteBase::IsBrowserTestSuite() { return true; } |
| - |
| // PyUITestBase |
| PyUITestBase::PyUITestBase(bool clear_profile, std::wstring homepage) |
| : UITestBase() { |