Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2015)

Unified Diff: Source/web/NotificationPresenterImpl.h

Issue 393863002: Switch Blink to the new Web Notifications permission path. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/NotificationPermissionClientImpl.cpp ('k') | Source/web/NotificationPresenterImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/NotificationPresenterImpl.h
diff --git a/Source/web/NotificationPresenterImpl.h b/Source/web/NotificationPresenterImpl.h
index 56dc11ddd71906a0d9f159dd1425b584291efe67..c81cb1f1c547a65e523d240368af31ace8f63e23 100644
--- a/Source/web/NotificationPresenterImpl.h
+++ b/Source/web/NotificationPresenterImpl.h
@@ -51,7 +51,6 @@ public:
virtual void close(blink::Notification*) OVERRIDE;
virtual void notificationObjectDestroyed(blink::Notification*) OVERRIDE;
virtual blink::NotificationClient::Permission checkPermission(blink::ExecutionContext*) OVERRIDE;
- virtual void requestPermission(blink::ExecutionContext*, WTF::PassOwnPtr<blink::NotificationPermissionCallback>) OVERRIDE;
private:
// WebNotificationPresenter that this object delegates to.
« no previous file with comments | « Source/web/NotificationPermissionClientImpl.cpp ('k') | Source/web/NotificationPresenterImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698