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

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

Issue 646653005: Delete unused method for getting push client. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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/renderer/render_view_impl.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_proxy.h
diff --git a/content/shell/renderer/test_runner/web_test_proxy.h b/content/shell/renderer/test_runner/web_test_proxy.h
index c93787bf0708d204c4cee5cd6caa222f17d7d67e..80e6ec288e39ab1ecf3f657129f6c55ccb04be43 100644
--- a/content/shell/renderer/test_runner/web_test_proxy.h
+++ b/content/shell/renderer/test_runner/web_test_proxy.h
@@ -399,9 +399,6 @@ class WebTestProxy : public Base, public WebTestProxyBase {
virtual blink::WebString acceptLanguages() {
return WebTestProxyBase::acceptLanguages();
}
- virtual blink::WebPushClient* webPushClient() {
- return WebTestProxyBase::GetWebPushClient();
- }
private:
DISALLOW_COPY_AND_ASSIGN(WebTestProxy);
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698