diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-10 20:30:10 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-10 20:30:10 +0000 |
commit | fca656cb7bd5737a18c809d8f44edc6a99e6bb9a (patch) | |
tree | 477a3061a64a4f845642c7de780864214201e3f0 /chrome/common | |
parent | 381f69ad5478d24e5bbb448727c05379204c87d3 (diff) | |
download | chromium_src-fca656cb7bd5737a18c809d8f44edc6a99e6bb9a.zip chromium_src-fca656cb7bd5737a18c809d8f44edc6a99e6bb9a.tar.gz chromium_src-fca656cb7bd5737a18c809d8f44edc6a99e6bb9a.tar.bz2 |
Adds code to restore application extensions. I'm also enabling tab
pinning on views again as everything in place, except a couple of
bugs.
BUG=32845
TEST=none
Review URL: http://codereview.chromium.org/598027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38657 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/notification_type.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h index 6b4c802..d924798 100644 --- a/chrome/common/notification_type.h +++ b/chrome/common/notification_type.h @@ -349,6 +349,10 @@ class NotificationType { // Source<TabContents>. TAB_CONTENTS_DESTROYED, + // This notification is sent when TabContents::SetAppExtension is invoked. + // The source is the TabContents SetAppExtension was invoked on. + TAB_CONTENTS_APPLICATION_EXTENSION_CHANGED, + // A RenderViewHost was created for a TabContents. The source is the // associated TabContents, and the details is the RenderViewHost // pointer. |