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

Unified Diff: content/renderer/active_notification_tracker.h

Issue 36073007: [Notification] Stop calling detachPresenter(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 2 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 | content/renderer/active_notification_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/active_notification_tracker.h
diff --git a/content/renderer/active_notification_tracker.h b/content/renderer/active_notification_tracker.h
index 6591eae334ff38bcabd37550107f3b329408755b..c8cada908233a4e9aa57d279eebdcc526a6fd807 100644
--- a/content/renderer/active_notification_tracker.h
+++ b/content/renderer/active_notification_tracker.h
@@ -42,10 +42,6 @@ class CONTENT_EXPORT ActiveNotificationTracker {
// Clears out all active notifications. Useful on page navigation.
void Clear();
- // Detaches all active notifications from their presenter. Necessary
- // when the Presenter is destroyed.
- void DetachAll();
-
private:
typedef std::map<WebKit::WebNotification, int> ReverseTable;
« no previous file with comments | « no previous file | content/renderer/active_notification_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698