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

Unified Diff: ios/public/provider/chrome/browser/signin/fake_chrome_identity_service.h

Issue 2920853006: Removes usage of signin APIs that return scoped_nsobjects. (Closed)
Patch Set: rebase_fix Created 3 years, 6 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/fake_chrome_identity_service.h
diff --git a/ios/public/provider/chrome/browser/signin/fake_chrome_identity_service.h b/ios/public/provider/chrome/browser/signin/fake_chrome_identity_service.h
index faabe2f7a18cfe414351c0c60ac57f9036bb17be..7f9e7c907cf85d5c4c135cf98b6a13f376dedb69 100644
--- a/ios/public/provider/chrome/browser/signin/fake_chrome_identity_service.h
+++ b/ios/public/provider/chrome/browser/signin/fake_chrome_identity_service.h
@@ -25,11 +25,10 @@ class FakeChromeIdentityService : public ChromeIdentityService {
static FakeChromeIdentityService* GetInstanceFromChromeProvider();
// ChromeIdentityService implementation.
- base::scoped_nsobject<UINavigationController> NewAccountDetails(
+ UINavigationController* CreateAccountDetailsController(
ChromeIdentity* identity,
id<ChromeIdentityBrowserOpener> browser_opener) override;
- base::scoped_nsobject<ChromeIdentityInteractionManager>
- NewChromeIdentityInteractionManager(
+ ChromeIdentityInteractionManager* CreateChromeIdentityInteractionManager(
ios::ChromeBrowserState* browser_state,
id<ChromeIdentityInteractionManagerDelegate> delegate) const override;

Powered by Google App Engine
This is Rietveld 408576698