| 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);
|
|
|