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

Unified Diff: Source/web/WebLocalFrameImpl.h

Issue 263883004: NotificationController handles an ownership of NotificaitonClient (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 | « Source/modules/notifications/NotificationController.cpp ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebLocalFrameImpl.h
diff --git a/Source/web/WebLocalFrameImpl.h b/Source/web/WebLocalFrameImpl.h
index 911acd9773020f853419902ea54a04d8b2107f7d..3151fdeb07fd8c356e7619a8968fcce3f1d38f54 100644
--- a/Source/web/WebLocalFrameImpl.h
+++ b/Source/web/WebLocalFrameImpl.h
@@ -326,9 +326,6 @@ private:
WebPlugin* focusedPluginIfInputMethodSupported();
- // Returns the provider of desktop notifications.
- NotificationPresenterImpl* notificationPresenterImpl();
-
FrameLoaderClientImpl m_frameLoaderClientImpl;
// The embedder retains a reference to the WebCore LocalFrame while it is active in the DOM. This
@@ -355,9 +352,6 @@ private:
WebCore::IntSize m_inputEventsOffsetForEmulation;
float m_inputEventsScaleFactorForEmulation;
- // The provider of desktop notifications;
- NotificationPresenterImpl m_notificationPresenter;
-
UserMediaClientImpl m_userMediaClientImpl;
};
« no previous file with comments | « Source/modules/notifications/NotificationController.cpp ('k') | Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698