Index: content/test/test_webkit_platform_support.cc |
diff --git a/content/test/test_webkit_platform_support.cc b/content/test/test_webkit_platform_support.cc |
index 3c46b66b2d8c936c01f933d43d4d058c038703cb..dedad35d2e77c8ae39d404237945bc3846cf08f2 100644 |
--- a/content/test/test_webkit_platform_support.cc |
+++ b/content/test/test_webkit_platform_support.cc |
@@ -80,10 +80,6 @@ TestWebKitPlatformSupport::TestWebKitPlatformSupport() { |
blink::WebRuntimeFeatures::enableMediaPlayer(enable_media); |
LOG_IF(WARNING, !enable_media) << "Failed to initialize the media library.\n"; |
- // TODO(joth): Make a dummy geolocation service implemenation for |
- // test_shell, and set this to true. http://crbug.com/36451 |
- blink::WebRuntimeFeatures::enableGeolocation(false); |
- |
file_utilities_.set_sandbox_enabled(false); |
if (!file_system_root_.CreateUniqueTempDir()) { |