| 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 9facecf6d984b8ded3b4eee14c8ff67332bdba2b..8237de6890525cc6bb6166014ef72c487e7e1a79 100644
|
| --- a/content/shell/renderer/test_runner/web_test_proxy.h
|
| +++ b/content/shell/renderer/test_runner/web_test_proxy.h
|
| @@ -75,6 +75,7 @@ typedef unsigned WebColor;
|
|
|
| namespace content {
|
|
|
| +class MockScreenOrientationController;
|
| class MockWebPushClient;
|
| class MockWebSpeechRecognizer;
|
| class MockWebUserMediaClient;
|
| @@ -125,6 +126,7 @@ class WebTestProxyBase : public blink::WebCompositeAndReadbackAsyncCallback {
|
|
|
| void DisplayAsyncThen(const base::Closure& callback);
|
|
|
| + MockScreenOrientationController* GetScreenOrientationClientMock();
|
| blink::WebMIDIClientMock* GetMIDIClientMock();
|
| MockWebSpeechRecognizer* GetSpeechRecognizerMock();
|
|
|
| @@ -269,6 +271,7 @@ class WebTestProxyBase : public blink::WebCompositeAndReadbackAsyncCallback {
|
| scoped_ptr<blink::WebMIDIClientMock> midi_client_;
|
| scoped_ptr<MockWebSpeechRecognizer> speech_recognizer_;
|
| scoped_ptr<MockWebPushClient> push_client_;
|
| + scoped_ptr<MockScreenOrientationController> screen_orientation_client_;
|
|
|
| std::string accept_languages_;
|
|
|
|
|