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

Unified Diff: ios/public/provider/chrome/browser/signin/chrome_identity_service.mm

Issue 2274163002: Allow ChromeIdentityService in ChromeBrowserProvider to be overriden. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename method used for testing Created 4 years, 4 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
Index: ios/public/provider/chrome/browser/signin/chrome_identity_service.mm
diff --git a/ios/public/provider/chrome/browser/signin/chrome_identity_service.mm b/ios/public/provider/chrome/browser/signin/chrome_identity_service.mm
index 833d9dd08e1dcd0ac59354eceaae4ada63fd38a8..f34f6005805f064828e20a7181f7a47a4c01806d 100644
--- a/ios/public/provider/chrome/browser/signin/chrome_identity_service.mm
+++ b/ios/public/provider/chrome/browser/signin/chrome_identity_service.mm
@@ -15,6 +15,14 @@ ChromeIdentityService::~ChromeIdentityService() {
OnChromeIdentityServiceWillBeDestroyed());
}
+void ChromeIdentityService::DismissDialogs() {}
+
+bool ChromeIdentityService::HandleApplicationOpenURL(UIApplication* application,
+ NSURL* url,
+ NSDictionary* options) {
+ return false;
+}
+
base::scoped_nsobject<UINavigationController>
ChromeIdentityService::NewAccountDetails(
ChromeIdentity* identity,

Powered by Google App Engine
This is Rietveld 408576698