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

Unified Diff: public/platform/Platform.h

Issue 584023002: [WIP] Implement Notifications through Platform instead of WebFrame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 3 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/web/web.gypi ('k') | public/platform/WebNotificationData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/Platform.h
diff --git a/public/platform/Platform.h b/public/platform/Platform.h
index 99eb1083ad90e4e3ed41b33f7d8a9e2f01cd3630..e73432d49ad5bcb2eadec1c82dcdcfa25d839f4f 100644
--- a/public/platform/Platform.h
+++ b/public/platform/Platform.h
@@ -85,7 +85,7 @@ class WebMediaStreamCenter;
class WebMediaStreamCenterClient;
class WebMessagePortChannel;
class WebMimeRegistry;
-class WebNotificationPresenter;
+class WebNotificationManager;
class WebPluginListBuilder;
class WebPrescientNetworking;
class WebPublicSuffixList;
@@ -629,7 +629,7 @@ public:
// Web Notifications --------------------------------------------------
- virtual WebNotificationPresenter* notificationPresenter() { return 0; }
+ virtual WebNotificationManager* notificationManager() { return 0; }
// Geofencing ---------------------------------------------------------
« no previous file with comments | « Source/web/web.gypi ('k') | public/platform/WebNotificationData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698