| Index: chrome/browser/ui/views/extensions/extension_installed_bubble.h
|
| diff --git a/chrome/browser/ui/views/extensions/extension_installed_bubble.h b/chrome/browser/ui/views/extensions/extension_installed_bubble.h
|
| index 8f5f5b74cd0c2f21b9b6739d22240f7a1c18abe4..887a2dff158c3d817555b554a6d182c3291e6236 100644
|
| --- a/chrome/browser/ui/views/extensions/extension_installed_bubble.h
|
| +++ b/chrome/browser/ui/views/extensions/extension_installed_bubble.h
|
| @@ -24,6 +24,7 @@ class SkBitmap;
|
| // BROWSER_ACTION -> The browserAction icon in the toolbar.
|
| // PAGE_ACTION -> A preview of the pageAction icon in the location
|
| // bar which is shown while the Bubble is shown.
|
| +// APP -> The plus button in the tabstrip (for the New Tab Page).
|
| // GENERIC -> The wrench menu. This case includes pageActions that
|
| // don't specify a default icon.
|
| //
|
| @@ -38,6 +39,7 @@ class ExtensionInstalledBubble
|
| OMNIBOX_KEYWORD,
|
| BROWSER_ACTION,
|
| PAGE_ACTION,
|
| + APP,
|
| GENERIC
|
| };
|
|
|
|
|