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

Unified Diff: chrome/browser/chromeos/extensions/file_browser_notifications.h

Issue 10824265: Correctly remove file browser notifications from Ash notification tray. (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/chromeos/extensions/file_browser_notifications.h
diff --git a/chrome/browser/chromeos/extensions/file_browser_notifications.h b/chrome/browser/chromeos/extensions/file_browser_notifications.h
index 039264ae6c084a1bffbcd2b608a22af6d1abe14e..9d74a75be4bbab6d12c80ca7f6fad35eb708ad03 100644
--- a/chrome/browser/chromeos/extensions/file_browser_notifications.h
+++ b/chrome/browser/chromeos/extensions/file_browser_notifications.h
@@ -84,7 +84,8 @@ class FileBrowserNotifications
void ShowNotificationById(NotificationType type,
const std::string& notification_id,
const string16& message);
- void HideNotificationById(const std::string& id);
+ void HideNotificationById(const std::string& notification_id);
+ void RemoveNotificationById(const std::string& notification_id);
NotificationMap notification_map_;
std::set<std::string> hidden_notifications_;

Powered by Google App Engine
This is Rietveld 408576698