Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1428)

Unified Diff: chrome/browser/ui/views/ash/balloon_collection_impl_ash.h

Issue 10855113: Show extension settings for extension notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « ash/system/web_notification/web_notification_tray.cc ('k') | chrome/browser/ui/views/ash/balloon_collection_impl_ash.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698