| Index: chrome/browser/ui/extensions/extension_installed_bubble.h
|
| diff --git a/chrome/browser/ui/extensions/extension_installed_bubble.h b/chrome/browser/ui/extensions/extension_installed_bubble.h
|
| index 5675833dad97049c722c74d98656061aebc33594..6dba63dd82a8f31b1c49ad84b036131e0f541d4e 100644
|
| --- a/chrome/browser/ui/extensions/extension_installed_bubble.h
|
| +++ b/chrome/browser/ui/extensions/extension_installed_bubble.h
|
| @@ -28,6 +28,8 @@ class Extension;
|
| // bar which is shown while the Bubble is shown.
|
| // GENERIC -> The app menu. This case includes page actions that
|
| // don't specify a default icon.
|
| +// NB: This bubble is using the temporarily-deprecated bubble manager interface
|
| +// BubbleUi. Do not copy this pattern.
|
| class ExtensionInstalledBubble : public BubbleDelegate {
|
| public:
|
| // The behavior and content of this Bubble comes in these varieties:
|
|
|