diff options
author | jknotten@chromium.org <jknotten@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-14 17:26:33 +0000 |
---|---|---|
committer | jknotten@chromium.org <jknotten@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-14 17:26:33 +0000 |
commit | 24ebb8c857a6c479854c328b9d5b0bc44292f415 (patch) | |
tree | aaadc1d40e9eff51c112428c418f77d0bdb58c75 /webkit/tools/test_shell/test_shell.h | |
parent | 878761aef2460c1c2b8922e3e4c5da234f5c7b60 (diff) | |
download | chromium_src-24ebb8c857a6c479854c328b9d5b0bc44292f415.zip chromium_src-24ebb8c857a6c479854c328b9d5b0bc44292f415.tar.gz chromium_src-24ebb8c857a6c479854c328b9d5b0bc44292f415.tar.bz2 |
Revert rev 69137 due to incorrect change log.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/5744005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69152 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell.h')
-rw-r--r-- | webkit/tools/test_shell/test_shell.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/webkit/tools/test_shell/test_shell.h b/webkit/tools/test_shell/test_shell.h index 29d3d1f..56ade05 100644 --- a/webkit/tools/test_shell/test_shell.h +++ b/webkit/tools/test_shell/test_shell.h @@ -67,7 +67,6 @@ class StringPiece; namespace WebKit { class WebDeviceOrientationClientMock; -class WebGeolocationClientMock; class WebSpeechInputControllerMock; class WebSpeechInputListener; } @@ -373,10 +372,6 @@ 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); bool Initialize(const GURL& starting_url); @@ -461,9 +456,6 @@ private: 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 |