Index: chrome/test/pyautolib/pyauto_errors.py |
diff --git a/chrome/test/pyautolib/pyauto_errors.py b/chrome/test/pyautolib/pyauto_errors.py |
index 53b25ac9673a387aef8feca2d76373bd1daa6600..db8d51ab3670daf89746ac380a203c114bd179f4 100644 |
--- a/chrome/test/pyautolib/pyauto_errors.py |
+++ b/chrome/test/pyautolib/pyauto_errors.py |
@@ -20,8 +20,3 @@ class NTPThumbnailNotShownError(RuntimeError): |
This is due to it not being visible to a real user. |
""" |
pass |
- |
- |
-class LoginError(RuntimeError): |
- """Represent an error during Chrome OS login.""" |
- pass |