| Index: chrome/browser/ui/views/ash/balloon_collection_impl_ash.h
|
| diff --git a/chrome/browser/ui/views/ash/balloon_collection_impl_ash.h b/chrome/browser/ui/views/ash/balloon_collection_impl_ash.h
|
| index 6ab8612dd0f480083e87d8cc24aae36f13c6d536..0aa8ce32164411fcd6b2b0de7cad23f229a420fb 100644
|
| --- a/chrome/browser/ui/views/ash/balloon_collection_impl_ash.h
|
| +++ b/chrome/browser/ui/views/ash/balloon_collection_impl_ash.h
|
| @@ -65,6 +65,8 @@ class BalloonCollectionImplAsh : public BalloonCollectionImpl,
|
| virtual Balloon* MakeBalloon(const Notification& notification,
|
| Profile* profile) OVERRIDE;
|
|
|
| + const extensions::Extension* GetBalloonExtension(Balloon* balloon);
|
| +
|
| private:
|
| // Set of unique ids associated with system notifications, used by
|
| // MakeBalloon to determine whether or not to enable Web UI.
|
|
|