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

Unified Diff: content/shell/renderer/layout_test/webkit_test_runner.cc

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/layout_test/webkit_test_runner.cc
diff --git a/content/shell/renderer/layout_test/webkit_test_runner.cc b/content/shell/renderer/layout_test/webkit_test_runner.cc
index 0bda738056669bf608b6412106b20fa9c36ed6b0..c67e510eef6d23bb5a044f37751dc0fb47ca7131 100644
--- a/content/shell/renderer/layout_test/webkit_test_runner.cc
+++ b/content/shell/renderer/layout_test/webkit_test_runner.cc
@@ -412,16 +412,6 @@ void WebKitTestRunner::SetDatabaseQuota(int quota) {
Send(new LayoutTestHostMsg_SetDatabaseQuota(routing_id(), quota));
}
-blink::WebNotificationPresenter::Permission
-WebKitTestRunner::CheckWebNotificationPermission(const GURL& origin) {
- int permission = blink::WebNotificationPresenter::PermissionNotAllowed;
- Send(new LayoutTestHostMsg_CheckWebNotificationPermission(
- routing_id(),
- origin,
- &permission));
- return static_cast<blink::WebNotificationPresenter::Permission>(permission);
-}
-
void WebKitTestRunner::GrantWebNotificationPermission(const GURL& origin,
bool permission_granted) {
Send(new LayoutTestHostMsg_GrantWebNotificationPermission(
« no previous file with comments | « content/shell/renderer/layout_test/webkit_test_runner.h ('k') | content/shell/renderer/test_runner/notification_presenter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698