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

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

Issue 784873004: Push API: delete MockWebPushClient [switchover 2/6] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years 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/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 0cd6622a119ceb95a817fa452abc732cc3a5bd3f..cb860314fec666c8e8a817c12f7cf0d66412ab85 100644
--- a/content/shell/renderer/test_runner/web_test_proxy.h
+++ b/content/shell/renderer/test_runner/web_test_proxy.h
@@ -52,7 +52,6 @@ class WebMIDIClient;
class WebMIDIClientMock;
class WebNode;
class WebPlugin;
-class WebPushClient;
class WebRange;
class WebSerializedScriptValue;
class WebSpeechRecognizer;
@@ -78,7 +77,6 @@ namespace content {
class MockCredentialManagerClient;
class MockScreenOrientationClient;
-class MockWebPushClient;
class MockWebSpeechRecognizer;
class MockWebUserMediaClient;
class RenderFrame;
@@ -142,8 +140,6 @@ class WebTestProxyBase {
void SetAcceptLanguages(const std::string& accept_languages);
- MockWebPushClient* GetPushClientMock();
-
protected:
WebTestProxyBase();
~WebTestProxyBase();
@@ -234,7 +230,6 @@ class WebTestProxyBase {
void ResetInputMethod();
blink::WebString acceptLanguages();
- blink::WebPushClient* GetWebPushClient();
private:
template <class, typename, typename>
@@ -271,7 +266,6 @@ class WebTestProxyBase {
scoped_ptr<MockCredentialManagerClient> credential_manager_client_;
scoped_ptr<blink::WebMIDIClientMock> midi_client_;
scoped_ptr<MockWebSpeechRecognizer> speech_recognizer_;
- scoped_ptr<MockWebPushClient> push_client_;
scoped_ptr<MockScreenOrientationClient> screen_orientation_client_;
std::string accept_languages_;
« no previous file with comments | « content/shell/renderer/test_runner/web_frame_test_proxy.h ('k') | content/shell/renderer/test_runner/web_test_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698