| Index: chrome/test/pyautolib/pyauto_errors.py
|
| diff --git a/chrome/test/pyautolib/pyauto_errors.py b/chrome/test/pyautolib/pyauto_errors.py
|
| index 901874df2215d8a98e83c2f782bf2496a4b066d4..86a56f0edecf80d356ff08ee98bf71f2570298d6 100644
|
| --- a/chrome/test/pyautolib/pyauto_errors.py
|
| +++ b/chrome/test/pyautolib/pyauto_errors.py
|
| @@ -9,3 +9,8 @@
|
| class JSONInterfaceError(RuntimeError):
|
| """Represent an error in the JSON ipc interface."""
|
| pass
|
| +
|
| +class NTPThumbnailNotShownError(RuntimeError):
|
| + """Represent an error from attempting to manipulate a NTP thumbnail that
|
| + is not visible to a real user."""
|
| + pass
|
|
|