| Index: content/shell/renderer/test_runner/notification_presenter.h
|
| diff --git a/content/shell/renderer/test_runner/notification_presenter.h b/content/shell/renderer/test_runner/notification_presenter.h
|
| index ac43ea50c796b90fa2e35bb1207b955a294b3916..319565a92aae98e303cdfa38b635e4ce0a16acd9 100644
|
| --- a/content/shell/renderer/test_runner/notification_presenter.h
|
| +++ b/content/shell/renderer/test_runner/notification_presenter.h
|
| @@ -36,9 +36,6 @@ class NotificationPresenter : public blink::WebNotificationPresenter {
|
| virtual void objectDestroyed(const blink::WebNotification& notification);
|
| virtual Permission checkPermission(
|
| const blink::WebSecurityOrigin& security_origin);
|
| - virtual void requestPermission(
|
| - const blink::WebSecurityOrigin& security_origin,
|
| - blink::WebNotificationPermissionCallback* callback);
|
|
|
| private:
|
| WebTestDelegate* delegate_;
|
|
|