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 /content/renderer/notification_provider.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 'content/renderer/notification_provider.h')
-rw-r--r-- | content/renderer/notification_provider.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/content/renderer/notification_provider.h b/content/renderer/notification_provider.h index 6664388..1e100b1 100644 --- a/content/renderer/notification_provider.h +++ b/content/renderer/notification_provider.h @@ -35,9 +35,6 @@ class NotificationProvider : public content::RenderViewObserver, virtual void objectDestroyed(const WebKit::WebNotification& proxy); virtual WebKit::WebNotificationPresenter::Permission checkPermission( const WebKit::WebSecurityOrigin& origin); - // Deprecated, and will be removed after the WebKit roll. - virtual WebKit::WebNotificationPresenter::Permission checkPermission( - const WebKit::WebURL& origin); virtual void requestPermission(const WebKit::WebSecurityOrigin& origin, WebKit::WebNotificationPermissionCallback* callback); |