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

Unified Diff: public/platform/Platform.h

Issue 672183003: Add the Blink APIs for the WebNotificationManager. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: add file comments Created 6 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 | 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 c319e30c3ab10f33258b52f0ef4015c0d13169d6..618383000edc307fa8c66d15895d5270498287cf 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;
@@ -632,7 +632,7 @@ public:
// Web Notifications --------------------------------------------------
- virtual WebNotificationPresenter* notificationPresenter() { return 0; }
+ virtual WebNotificationManager* notificationManager() { return 0; }
// Geofencing ---------------------------------------------------------
« no previous file with comments | « no previous file | public/platform/WebNotificationData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698