diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-30 22:52:44 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-30 22:52:44 +0000 |
commit | 193c1d5f7eefb9a58cea348fc2fc7370ccbf89c9 (patch) | |
tree | ae61fd2c75c6d8ea372b322cc406c6cf7a474f05 /chrome/common | |
parent | 3f28d2b87361896633174a088ccdf02720c1f8f8 (diff) | |
download | chromium_src-193c1d5f7eefb9a58cea348fc2fc7370ccbf89c9.zip chromium_src-193c1d5f7eefb9a58cea348fc2fc7370ccbf89c9.tar.gz chromium_src-193c1d5f7eefb9a58cea348fc2fc7370ccbf89c9.tar.bz2 |
NTP twiddling for p13n
Review URL: http://codereview.chromium.org/19420
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8991 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/notification_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/notification_types.h b/chrome/common/notification_types.h index c07a3aa..788ba17 100644 --- a/chrome/common/notification_types.h +++ b/chrome/common/notification_types.h @@ -499,6 +499,7 @@ enum NotificationType { // Personalization ----------------------------------------------------------- NOTIFY_PERSONALIZATION, + NOTIFY_PERSONALIZATION_CREATED, // User Scripts -------------------------------------------------------------- |