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

Unified Diff: ios/public/provider/chrome/browser/chrome_browser_provider.h

Issue 1103293002: [iOS] Upstream iOS geolocation code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 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 | « ios/provider/ios_provider_chrome.gyp ('k') | ios/public/provider/chrome/browser/chrome_browser_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/chrome_browser_provider.h
diff --git a/ios/public/provider/chrome/browser/chrome_browser_provider.h b/ios/public/provider/chrome/browser/chrome_browser_provider.h
index bf243674684eb6e80abf7cc31ba7eab936184688..668c6223beb1145e1e9c1b9dcc9266857adbef66 100644
--- a/ios/public/provider/chrome/browser/chrome_browser_provider.h
+++ b/ios/public/provider/chrome/browser/chrome_browser_provider.h
@@ -29,6 +29,7 @@ class UIView;
namespace ios {
class ChromeBrowserProvider;
+class GeolocationUpdaterProvider;
class StringProvider;
class UpdatableResourceProvider;
@@ -55,6 +56,7 @@ class ChromeBrowserProvider {
virtual InfoBarViewPlaceholder* CreateInfoBarView();
// Returns an instance of a string provider.
virtual StringProvider* GetStringProvider();
+ virtual GeolocationUpdaterProvider* GetGeolocationUpdaterProvider();
// Displays the Translate settings screen.
virtual void ShowTranslateSettings();
// Returns the chrome UI scheme.
« no previous file with comments | « ios/provider/ios_provider_chrome.gyp ('k') | ios/public/provider/chrome/browser/chrome_browser_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698