| 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 ac3018155d4acdabd800172349f1c4d8bec3b4a9..b0934cd7d15138bf1d6a6806d39309799fe626b8 100644
|
| --- a/content/shell/renderer/test_runner/notification_presenter.h
|
| +++ b/content/shell/renderer/test_runner/notification_presenter.h
|
| @@ -30,9 +30,6 @@ class NotificationPresenter : public blink::WebNotificationPresenter {
|
| // Called by the TestRunner to simulate a user clicking on a notification.
|
| bool SimulateClick(const std::string& title);
|
|
|
| - // Called by the TestRunner to cancel all active notications.
|
| - void CancelAllActiveNotifications();
|
| -
|
| // Called by the TestRunner to reset the presenter to an default state.
|
| void Reset();
|
|
|
|
|