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

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

Issue 2940063004: Revert of Removes usage of signin APIs that return scoped_nsobjects. (Closed)
Patch Set: 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 7f9e7c907cf85d5c4c135cf98b6a13f376dedb69..faabe2f7a18cfe414351c0c60ac57f9036bb17be 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,10 +25,11 @@
static FakeChromeIdentityService* GetInstanceFromChromeProvider();
// ChromeIdentityService implementation.
- UINavigationController* CreateAccountDetailsController(
+ base::scoped_nsobject<UINavigationController> NewAccountDetails(
ChromeIdentity* identity,
id<ChromeIdentityBrowserOpener> browser_opener) override;
- ChromeIdentityInteractionManager* CreateChromeIdentityInteractionManager(
+ base::scoped_nsobject<ChromeIdentityInteractionManager>
+ NewChromeIdentityInteractionManager(
ios::ChromeBrowserState* browser_state,
id<ChromeIdentityInteractionManagerDelegate> delegate) const override;

Powered by Google App Engine
This is Rietveld 408576698