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

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

Issue 1099943003: Notifications: use LayoutTestPermissionManager to handle permissions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_midiclientmock
Patch Set: Created 5 years, 8 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/test_runner.h
diff --git a/content/shell/renderer/test_runner/test_runner.h b/content/shell/renderer/test_runner/test_runner.h
index c55ab4b9e1a268f89879537b6650de3043095dca..493471fb854392b0680fd698edbcc0e58ac7b379 100644
--- a/content/shell/renderer/test_runner/test_runner.h
+++ b/content/shell/renderer/test_runner/test_runner.h
@@ -548,13 +548,6 @@ class TestRunner : public WebTestRunner,
// MIDI function to control permission handling.
void SetMIDIAccessorResult(bool result);
- // Grants permission for desktop notifications to an origin
- void GrantWebNotificationPermission(const GURL& origin,
- bool permission_granted);
-
- // Clears all previously granted Web Notification permissions.
- void ClearWebNotificationPermissions();
-
// Simulates a click on a Web Notification.
void SimulateWebNotificationClick(const std::string& title);
« no previous file with comments | « content/shell/renderer/layout_test/webkit_test_runner.cc ('k') | content/shell/renderer/test_runner/test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698