summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authormirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-05 22:52:47 +0000
committermirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-05 22:52:47 +0000
commitfbef5d44a78f96fe1764852a907e096a18066724 (patch)
tree839d96e17f42b605385d83ea09eb818deadd532a /chrome/common
parenta01a805e84cdafc880c3cd82e5872e1d8a7cdba2 (diff)
downloadchromium_src-fbef5d44a78f96fe1764852a907e096a18066724.zip
chromium_src-fbef5d44a78f96fe1764852a907e096a18066724.tar.gz
chromium_src-fbef5d44a78f96fe1764852a907e096a18066724.tar.bz2
Make web resource service custom logo only redraw the new tab page cache, not the whole theme.
BUG=57187 TEST=no more crash on Linux. Review URL: http://codereview.chromium.org/3576014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61579 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/notification_type.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index 5febed7..33418cf 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -706,6 +706,10 @@ class NotificationType {
// should be the UI thread.
DEFAULT_REQUEST_CONTEXT_AVAILABLE,
+ // A new web resource has been made available. Source is the
+ // WebResourceService, and the details are NoDetails.
+ WEB_RESOURCE_AVAILABLE,
+
// Autocomplete ------------------------------------------------------------
// Sent by the autocomplete controller at least once per query, each time