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

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

Issue 184313005: Clean up the TestRunner methods exposed for Web Notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 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 ac3018155d4acdabd800172349f1c4d8bec3b4a9..b0934cd7d15138bf1d6a6806d39309799fe626b8 100644
--- a/content/shell/renderer/test_runner/notification_presenter.h
+++ b/content/shell/renderer/test_runner/notification_presenter.h
@@ -30,9 +30,6 @@ class NotificationPresenter : public blink::WebNotificationPresenter {
// Called by the TestRunner to simulate a user clicking on a notification.
bool SimulateClick(const std::string& title);
- // Called by the TestRunner to cancel all active notications.
- void CancelAllActiveNotifications();
-
// Called by the TestRunner to reset the presenter to an default state.
void Reset();
« no previous file with comments | « content/shell/renderer/test_runner/TestRunner.cpp ('k') | content/shell/renderer/test_runner/notification_presenter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698