diff options
Diffstat (limited to 'webkit/tools/test_shell/test_shell.h')
-rw-r--r-- | webkit/tools/test_shell/test_shell.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/webkit/tools/test_shell/test_shell.h b/webkit/tools/test_shell/test_shell.h index 29d3d1f..731e2bd 100644 --- a/webkit/tools/test_shell/test_shell.h +++ b/webkit/tools/test_shell/test_shell.h @@ -373,9 +373,7 @@ public: WebKit::WebSpeechInputListener* listener); WebKit::WebSpeechInputControllerMock* speech_input_controller_mock(); -#if defined(ENABLE_CLIENT_BASED_GEOLOCATION) WebKit::WebGeolocationClientMock* geolocation_client_mock(); -#endif protected: void CreateDevToolsClient(TestShellDevToolsAgent* agent); @@ -460,10 +458,8 @@ private: device_orientation_client_mock_; scoped_ptr<WebKit::WebSpeechInputControllerMock> speech_input_controller_mock_; - -#if defined(ENABLE_CLIENT_BASED_GEOLOCATION) scoped_ptr<WebKit::WebGeolocationClientMock> geolocation_client_mock_; -#endif + const TestParams* test_params_; // True while a test is preparing to run |