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

Unified Diff: content/shell/renderer/test_runner/web_test_proxy.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
« no previous file with comments | « content/shell/renderer/test_runner/web_test_proxy.h ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/test_runner/web_test_proxy.cc
diff --git a/content/shell/renderer/test_runner/web_test_proxy.cc b/content/shell/renderer/test_runner/web_test_proxy.cc
index fbf4881d51c9dab2914356ae23a3a0a88dd12ef6..e39fd86a9ab04881f15814b467e35f6bdf64ddd5 100644
--- a/content/shell/renderer/test_runner/web_test_proxy.cc
+++ b/content/shell/renderer/test_runner/web_test_proxy.cc
@@ -885,10 +885,6 @@ void WebTestProxyBase::PrintPage(blink::WebLocalFrame* frame) {
frame->printEnd();
}
-blink::WebNotificationPresenter* WebTestProxyBase::GetNotificationPresenter() {
- return test_interfaces_->GetTestRunner()->notification_presenter();
-}
-
blink::WebMIDIClient* WebTestProxyBase::GetWebMIDIClient() {
return GetMIDIClientMock();
}
« no previous file with comments | « content/shell/renderer/test_runner/web_test_proxy.h ('k') | ipc/ipc_message_start.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698