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

Unified Diff: content/shell/renderer/test_runner/notification_presenter.h

Issue 433433002: Remove code for the old Web Notification permission-path. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
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 ac43ea50c796b90fa2e35bb1207b955a294b3916..319565a92aae98e303cdfa38b635e4ce0a16acd9 100644
--- a/content/shell/renderer/test_runner/notification_presenter.h
+++ b/content/shell/renderer/test_runner/notification_presenter.h
@@ -36,9 +36,6 @@ class NotificationPresenter : public blink::WebNotificationPresenter {
virtual void objectDestroyed(const blink::WebNotification& notification);
virtual Permission checkPermission(
const blink::WebSecurityOrigin& security_origin);
- virtual void requestPermission(
- const blink::WebSecurityOrigin& security_origin,
- blink::WebNotificationPermissionCallback* callback);
private:
WebTestDelegate* delegate_;
« no previous file with comments | « content/renderer/notification_provider.cc ('k') | content/shell/renderer/test_runner/notification_presenter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698