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

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

Issue 740543003: Remove the old Web Notification code-path (Chromium) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unittest references Created 6 years, 1 month 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/web_test_delegate.h
diff --git a/content/shell/renderer/test_runner/web_test_delegate.h b/content/shell/renderer/test_runner/web_test_delegate.h
index ac42c9759edb79a7c72f0792462a59217c0141ad..2fd4e4d0b3ca184bdfe4eb373df5b9377149a8fa 100644
--- a/content/shell/renderer/test_runner/web_test_delegate.h
+++ b/content/shell/renderer/test_runner/web_test_delegate.h
@@ -11,7 +11,6 @@
#include "third_party/WebKit/public/platform/WebString.h"
#include "third_party/WebKit/public/platform/WebURL.h"
#include "third_party/WebKit/public/platform/WebVector.h"
-#include "third_party/WebKit/public/web/WebNotificationPresenter.h"
#define WEBTESTRUNNER_NEW_HISTORY_CAPTURE
@@ -135,9 +134,7 @@ class WebTestDelegate {
virtual void ClearAllDatabases() = 0;
virtual void SetDatabaseQuota(int quota) = 0;
- // Controls Web Notification permissions.
- virtual blink::WebNotificationPresenter::Permission
- CheckWebNotificationPermission(const GURL& origin) = 0;
+ // Controls Web Notifications.
virtual void GrantWebNotificationPermission(const GURL& origin,
bool permission_granted) = 0;
virtual void ClearWebNotificationPermissions() = 0;
« no previous file with comments | « content/shell/renderer/test_runner/web_frame_test_proxy.h ('k') | content/shell/renderer/test_runner/web_test_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698