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

Unified Diff: content/shell/renderer/test_runner/web_test_delegate.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
« no previous file with comments | « content/shell/renderer/test_runner/test_runner.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ee03798442f934da4a07467e789d36fa7c0a18fd..e847d44ed39093bf1f872699b32d1f7f0ce24003 100644
--- a/content/shell/renderer/test_runner/web_test_delegate.h
+++ b/content/shell/renderer/test_runner/web_test_delegate.h
@@ -135,9 +135,6 @@ class WebTestDelegate {
virtual void SetDatabaseQuota(int quota) = 0;
// Controls Web Notifications.
- virtual void GrantWebNotificationPermission(const GURL& origin,
- bool permission_granted) = 0;
- virtual void ClearWebNotificationPermissions() = 0;
virtual void SimulateWebNotificationClick(const std::string& title) = 0;
// Controls the device scale factor of the main WebView for hidpi tests.
« no previous file with comments | « content/shell/renderer/test_runner/test_runner.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698