| Index: webkit/tools/test_shell/notification_presenter.h
|
| diff --git a/webkit/tools/test_shell/notification_presenter.h b/webkit/tools/test_shell/notification_presenter.h
|
| index 9e3fcff2c36e2a526d4b3c92db9126ddf9af04f7..d69f603640cd8298fde37e03f891fb719204c116 100644
|
| --- a/webkit/tools/test_shell/notification_presenter.h
|
| +++ b/webkit/tools/test_shell/notification_presenter.h
|
| @@ -33,9 +33,6 @@ class TestNotificationPresenter : public WebKit::WebNotificationPresenter {
|
| WebKit::WebNotificationPermissionCallback* callback);
|
|
|
| private:
|
| - // Non-owned pointer. The NotificationPresenter is owned by the test shell.
|
| - TestShell* shell_;
|
| -
|
| // List of allowed origins.
|
| std::set<std::string> allowed_origins_;
|
|
|
|
|