Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1396)

Unified Diff: chrome/test/pyautolib/pyauto_errors.py

Issue 5088001: Add pyauto hook for getting and manipulating the data underneath the NTP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/test/functional
Patch Set: ... Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« chrome/browser/history/top_sites.h ('K') | « chrome/test/pyautolib/pyauto.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« chrome/browser/history/top_sites.h ('K') | « chrome/test/pyautolib/pyauto.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698