| Index: webkit/tools/test_shell/test_shell_webkit_init.h
|
| ===================================================================
|
| --- webkit/tools/test_shell/test_shell_webkit_init.h (revision 39595)
|
| +++ webkit/tools/test_shell/test_shell_webkit_init.h (working copy)
|
| @@ -66,6 +66,9 @@
|
| WebKit::WebRuntimeFeatures::enableMediaPlayer(
|
| PathService::Get(base::DIR_MODULE, &module_path) &&
|
| media::InitializeMediaLibrary(module_path));
|
| + // TODO(joth): Make a dummy geolocation service implemenation for
|
| + // test_shell, and set this to true. http://crbug.com/36451
|
| + WebKit::WebRuntimeFeatures::enableGeolocation(false);
|
|
|
| // Construct and initialize an appcache system for this scope.
|
| // A new empty temp directory is created to house any cached
|
|
|