diff options
author | nshkrob@chromium.org <nshkrob@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-07 17:19:02 +0000 |
---|---|---|
committer | nshkrob@chromium.org <nshkrob@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-07 17:19:02 +0000 |
commit | 0e7d57fa87b02031db31444a22cba54b32405896 (patch) | |
tree | 375a9a54ee14ef2eb66317ec074c280450f652e1 /chrome/common | |
parent | f93d639888a72686e72f49e57fb4d42eab32cb04 (diff) | |
download | chromium_src-0e7d57fa87b02031db31444a22cba54b32405896.zip chromium_src-0e7d57fa87b02031db31444a22cba54b32405896.tar.gz chromium_src-0e7d57fa87b02031db31444a22cba54b32405896.tar.bz2 |
Remove ThumbnailStore - replaced by TopSites.
BUG=none
TEST=open New Tab page, see thumbnails. Same with chrome --top-sites.
Review URL: http://codereview.chromium.org/2815045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51728 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/notification_type.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h index 6462564..1e49b97 100644 --- a/chrome/common/notification_type.h +++ b/chrome/common/notification_type.h @@ -617,10 +617,6 @@ class NotificationType { // Thumbnails--------------------------------------------------------------- - // Set by ThumbnailStore when it was finished loading data from disk on - // startup. - THUMBNAIL_STORE_READY, - // Sent by the ThumbnailGenerator whenever a render widget host // updates its backing store. The source is the // ThumbnailGenerator, and the details are the RenderWidgetHost |