diff options
author | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-19 00:24:48 +0000 |
---|---|---|
committer | kkania@chromium.org <kkania@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-19 00:24:48 +0000 |
commit | 5783990a51c446198b76cb1e27c0dec2a67c2e31 (patch) | |
tree | 8b042945a66eeb8fea62aeb08d3665bfd03ce58b /chrome/common | |
parent | 155f48eb76e559cbbe69dda978757ad47acfd457 (diff) | |
download | chromium_src-5783990a51c446198b76cb1e27c0dec2a67c2e31.zip chromium_src-5783990a51c446198b76cb1e27c0dec2a67c2e31.tar.gz chromium_src-5783990a51c446198b76cb1e27c0dec2a67c2e31.tar.bz2 |
Add pyauto hook for getting and manipulating the data underneath the NTP.
BUG=49113
TEST=none
Review URL: http://codereview.chromium.org/5088001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66709 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/notification_type.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h index ba8280d..8569881 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 |