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

Unified Diff: chrome/common/notification_type.h

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: change hook, remove ntp_model 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
Index: chrome/common/notification_type.h
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index ba8280d4fb7d4e280c2a08c729b5d0e2e20841ce..8569881c1ff2228e7f63a0dc587d0e83c766e861 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -670,6 +670,13 @@ class NotificationType {
// details the TopSites.
TOP_SITES_LOADED,
+ // Sent by TopSites when it has finished updating its most visited URLs
+ // cache after querying the history service. The source is the TopSites and
+ // the details a CancelableRequestProvider::Handle from the history service
+ // query.
+ // Used only in testing.
+ TOP_SITES_UPDATED,
+
// Thumbnails---------------------------------------------------------------
// Sent by the ThumbnailGenerator whenever a render widget host

Powered by Google App Engine
This is Rietveld 408576698