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

Unified Diff: chrome/browser/background/background_contents_service.cc

Issue 16023005: Add HasClickedListener to the notification delegate in background_content_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/background/background_contents_service.cc
diff --git a/chrome/browser/background/background_contents_service.cc b/chrome/browser/background/background_contents_service.cc
index 605ae54f3b0344e362e248d30bc74afbc5d419e1..9b693d421b213f0cb1db8dfcf4996285a556cf9f 100644
--- a/chrome/browser/background/background_contents_service.cc
+++ b/chrome/browser/background/background_contents_service.cc
@@ -104,6 +104,8 @@ class CrashNotificationDelegate : public NotificationDelegate {
ScheduleCloseBalloon(extension_id_);
}
+ virtual bool HasClickedListener() OVERRIDE { return true; }
Andrew T Wilson (Slow) 2013/05/27 12:36:50 Please add a comment describing why this is requir
Jun Mukai 2013/05/27 19:10:28 I may miss your point. Those methods are inherited
+
virtual std::string id() const OVERRIDE {
return kNotificationPrefix + extension_id_;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698