diff options
author | dcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-07 22:06:37 +0000 |
---|---|---|
committer | dcheng@chromium.org <dcheng@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-07 22:06:37 +0000 |
commit | c7df61b00031cb61da53133ae145042fa5f77164 (patch) | |
tree | 2f7b0ec65ddd8fd8234314b69c3420bb1e516d00 /webkit/tools/test_shell/notification_presenter.h | |
parent | 562b8d289eb1db9b1253691c83b7c5fcc7138602 (diff) | |
download | chromium_src-c7df61b00031cb61da53133ae145042fa5f77164.zip chromium_src-c7df61b00031cb61da53133ae145042fa5f77164.tar.gz chromium_src-c7df61b00031cb61da53133ae145042fa5f77164.tar.bz2 |
Cleanup old NotificationProvider::grantPermission overload.
BUG=94399
TEST=chrome, DumpRenderTree, and test_shell compile.
Review URL: http://codereview.chromium.org/8492002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108921 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/notification_presenter.h')
-rw-r--r-- | webkit/tools/test_shell/notification_presenter.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/webkit/tools/test_shell/notification_presenter.h b/webkit/tools/test_shell/notification_presenter.h index 734f221..9e3fcff 100644 --- a/webkit/tools/test_shell/notification_presenter.h +++ b/webkit/tools/test_shell/notification_presenter.h @@ -29,7 +29,6 @@ class TestNotificationPresenter : public WebKit::WebNotificationPresenter { virtual void cancel(const WebKit::WebNotification&); virtual void objectDestroyed(const WebKit::WebNotification&); virtual Permission checkPermission(const WebKit::WebSecurityOrigin& origin); - virtual Permission checkPermission(const WebKit::WebURL& url); virtual void requestPermission(const WebKit::WebSecurityOrigin& origin, WebKit::WebNotificationPermissionCallback* callback); |