| Index: chrome/test/pyautolib/pyauto_errors.py
|
| diff --git a/chrome/test/pyautolib/pyauto_errors.py b/chrome/test/pyautolib/pyauto_errors.py
|
| index db8d51ab3670daf89746ac380a203c114bd179f4..b786240674fac6ebefea5f2907e1702b52f8def2 100644
|
| --- a/chrome/test/pyautolib/pyauto_errors.py
|
| +++ b/chrome/test/pyautolib/pyauto_errors.py
|
| @@ -14,6 +14,14 @@ class JSONInterfaceError(RuntimeError):
|
| pass
|
|
|
|
|
| +class AutomationCommandFail(JSONInterfaceError):
|
| + """Represent an automation command failure.
|
| +
|
| + These failures are passed back from the Chrome side of the IPC.
|
| + """
|
| + pass
|
| +
|
| +
|
| class NTPThumbnailNotShownError(RuntimeError):
|
| """Represent an error while attempting to manipulate a NTP thumbnail.
|
|
|
|
|