Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2334)

Unified Diff: chrome/browser/geolocation/geolocation_permission_context_unittest.cc

Issue 2811073003: Revert of Don't use the DSE geolocation setting when chrome doesn't have location. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/android/search_geolocation/search_geolocation_service_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/geolocation/geolocation_permission_context_unittest.cc
diff --git a/chrome/browser/geolocation/geolocation_permission_context_unittest.cc b/chrome/browser/geolocation/geolocation_permission_context_unittest.cc
index d2b63894639c3bb9c70e9ef7467c80dd0f26e429..7ce6e5968fb9a21bd635ccdd157f4442a9a2a713 100644
--- a/chrome/browser/geolocation/geolocation_permission_context_unittest.cc
+++ b/chrome/browser/geolocation/geolocation_permission_context_unittest.cc
@@ -1340,8 +1340,6 @@
SearchGeolocationService::Factory::GetForBrowserContext(profile());
geo_service->SetSearchEngineDelegateForTest(
base::MakeUnique<TestSearchEngineDelegate>());
- geo_service->SetLocationSettingsForTest(
- base::MakeUnique<MockLocationSettings>());
Profile* otr_profile = profile()->GetOffTheRecordProfile();
« no previous file with comments | « chrome/browser/android/search_geolocation/search_geolocation_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698