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

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

Issue 2121083004: Upstream ProfileOAuth2TokenServiceProviderImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Style nits Created 4 years, 5 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/chrome/ios_chrome.gyp ('k') | ios/public/provider/chrome/browser/chrome_browser_provider.mm » ('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 60835250d32881ca97b89b5040752f45283facb3..27ed5e195f30e5410fe5066c97fa77473f4c6dfc 100644
--- a/ios/public/provider/chrome/browser/chrome_browser_provider.h
+++ b/ios/public/provider/chrome/browser/chrome_browser_provider.h
@@ -21,7 +21,6 @@ class GURL;
class InfoBarViewDelegate;
class PrefRegistrySimple;
class PrefService;
-class ProfileOAuth2TokenServiceIOSProvider;
namespace autofill {
class CardUnmaskPromptController;
@@ -71,9 +70,6 @@ class ChromeBrowserProvider {
// Registers all prefs that will be used via a PrefService attached to a
// Profile.
virtual void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
- // Returns an instance of profile OAuth2 token service provider.
- virtual ProfileOAuth2TokenServiceIOSProvider*
- GetProfileOAuth2TokenServiceIOSProvider();
// Returns an UpdatableResourceProvider instance.
virtual UpdatableResourceProvider* GetUpdatableResourceProvider();
// Returns an infobar view conforming to the InfoBarViewProtocol. The returned
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | ios/public/provider/chrome/browser/chrome_browser_provider.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698