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

Unified Diff: chrome/browser/android/search_geolocation/search_geolocation_service.h

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 | « no previous file | chrome/browser/android/search_geolocation/search_geolocation_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/search_geolocation/search_geolocation_service.h
diff --git a/chrome/browser/android/search_geolocation/search_geolocation_service.h b/chrome/browser/android/search_geolocation/search_geolocation_service.h
index ee2ae977807dbbbb62d24a0acc0a8c1600ba3d80..967117989155dcbd14538044c8dca3803c979b72 100644
--- a/chrome/browser/android/search_geolocation/search_geolocation_service.h
+++ b/chrome/browser/android/search_geolocation/search_geolocation_service.h
@@ -7,7 +7,6 @@
#include "base/callback_forward.h"
#include "base/memory/singleton.h"
-#include "chrome/browser/android/location_settings.h"
#include "components/content_settings/core/common/content_settings.h"
#include "components/keyed_service/content/browser_context_keyed_service_factory.h"
#include "components/keyed_service/core/keyed_service.h"
@@ -147,13 +146,10 @@
void SetSearchEngineDelegateForTest(
std::unique_ptr<SearchEngineDelegate> delegate);
- void SetLocationSettingsForTest(std::unique_ptr<LocationSettings> settings);
-
Profile* profile_;
PrefService* pref_service_;
HostContentSettingsMap* host_content_settings_map_;
std::unique_ptr<SearchEngineDelegate> delegate_;
- std::unique_ptr<LocationSettings> location_settings_;
};
#endif // CHROME_BROWSER_ANDROID_SEARCH_GEOLOCATION_SEARCH_GEOLOCATION_SERVICE_H_
« no previous file with comments | « no previous file | chrome/browser/android/search_geolocation/search_geolocation_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698