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

Unified Diff: content/renderer/notification_provider.h

Issue 95223003: Remove plumbing for showing HTML notifications from content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: content/renderer/notification_provider.h
diff --git a/content/renderer/notification_provider.h b/content/renderer/notification_provider.h
index e2c99cea31f2e00343bb506fdccc92d5aab96369..8abafb1caf7d60a057843edc7d32e206e129e9d7 100644
--- a/content/renderer/notification_provider.h
+++ b/content/renderer/notification_provider.h
@@ -38,10 +38,6 @@ class NotificationProvider : public RenderViewObserver,
virtual void requestPermission(const blink::WebSecurityOrigin& origin,
blink::WebNotificationPermissionCallback* callback);
- // Internal methods used to show notifications.
- bool ShowHTML(const blink::WebNotification& notification, int id);
- bool ShowText(const blink::WebNotification& notification, int id);
-
// IPC handlers.
void OnDisplay(int id);
void OnError(int id, const blink::WebString& message);
« no previous file with comments | « content/public/common/show_desktop_notification_params.cc ('k') | content/renderer/notification_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698