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

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

Issue 144023010: Remove unused geolocation code from TestRunner and WebTestProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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/WebTestProxy.h
diff --git a/content/shell/renderer/test_runner/WebTestProxy.h b/content/shell/renderer/test_runner/WebTestProxy.h
index 07597d3b6cd472ecbaeb1f267a85e10c4034c2ac..a5680c5c1c8c4e8f3c454d0b093d60985cc4c502 100644
--- a/content/shell/renderer/test_runner/WebTestProxy.h
+++ b/content/shell/renderer/test_runner/WebTestProxy.h
@@ -35,8 +35,6 @@ class WebDataSource;
class WebDragData;
class WebFileChooserCompletion;
class WebFrame;
-class WebGeolocationClient;
-class WebGeolocationClientMock;
class WebImage;
class WebMIDIAccessor;
class WebMIDIAccessorClient;
@@ -117,7 +115,6 @@ public:
void displayInvalidatedRegion();
void discardBackingStore();
- blink::WebGeolocationClientMock* geolocationClientMock();
blink::WebMIDIClientMock* midiClientMock();
MockWebSpeechInputController* speechInputControllerMock();
MockWebSpeechRecognizer* speechRecognizerMock();
@@ -154,7 +151,6 @@ protected:
blink::WebUserMediaClient* userMediaClient();
void printPage(blink::WebFrame*);
blink::WebNotificationPresenter* notificationPresenter();
- blink::WebGeolocationClient* geolocationClient();
blink::WebMIDIClient* webMIDIClient();
blink::WebSpeechInputController* speechInputController(blink::WebSpeechInputListener*);
blink::WebSpeechRecognizer* speechRecognizer();
@@ -225,7 +221,6 @@ private:
bool m_logConsoleOutput;
int m_chooserCount;
- scoped_ptr<blink::WebGeolocationClientMock> m_geolocationClient;
scoped_ptr<blink::WebMIDIClientMock> m_midiClient;
scoped_ptr<MockWebSpeechRecognizer> m_speechRecognizer;
scoped_ptr<MockWebSpeechInputController> m_speechInputController;
@@ -331,10 +326,6 @@ public:
{
return WebTestProxyBase::notificationPresenter();
}
- virtual blink::WebGeolocationClient* geolocationClient()
- {
- return WebTestProxyBase::geolocationClient();
- }
virtual blink::WebMIDIClient* webMIDIClient()
{
return WebTestProxyBase::webMIDIClient();
« no previous file with comments | « content/shell/renderer/test_runner/TestRunner.cpp ('k') | content/shell/renderer/test_runner/WebTestProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698