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

Unified Diff: Source/web/WebNotification.cpp

Issue 36823002: Remove deprecated method Notification::detachPresenter() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years, 1 month 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 | « Source/modules/notifications/Notification.h ('k') | public/web/WebNotification.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebNotification.cpp
diff --git a/Source/web/WebNotification.cpp b/Source/web/WebNotification.cpp
index 7afed14912040f271ce6780b7885c2b094eec978..caec7f36a37bed63ff9dc92507d3c3955ce531d1 100644
--- a/Source/web/WebNotification.cpp
+++ b/Source/web/WebNotification.cpp
@@ -102,11 +102,6 @@ WebString WebNotification::replaceId() const
return m_private->tag();
}
-void WebNotification::detachPresenter()
-{
- m_private->detachPresenter();
-}
-
void WebNotification::dispatchDisplayEvent()
{
m_private->dispatchShowEvent();
« no previous file with comments | « Source/modules/notifications/Notification.h ('k') | public/web/WebNotification.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698