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

Unified Diff: remoting/client/ios/app/app_delegate.mm

Issue 2854273002: [CRD iOS] Implementing save to keychain and user defaults for login info. Refactor remoting service. (Closed)
Patch Set: Removing authenticate with refresh token from pub api. Created 3 years, 7 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 | « remoting/client/ios/BUILD.gn ('k') | remoting/client/ios/app/remoting_settings_view_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/ios/app/app_delegate.mm
diff --git a/remoting/client/ios/app/app_delegate.mm b/remoting/client/ios/app/app_delegate.mm
index ae4b24f45df0810b32e9775a519965c03fe48b0a..7dc13697669a2dd6b04f9925d716a1adb496669b 100644
--- a/remoting/client/ios/app/app_delegate.mm
+++ b/remoting/client/ios/app/app_delegate.mm
@@ -13,6 +13,7 @@
#include "ui/base/resource/resource_bundle.h"
#import "remoting/client/ios/app/remoting_view_controller.h"
+#import "remoting/client/ios/facade/remoting_authentication.h"
#import "remoting/client/ios/facade/remoting_service.h"
@implementation AppDelegate
@@ -45,7 +46,7 @@
}
NSString* authorizationCode = [components objectForKey:@"code"];
- [[RemotingService SharedInstance]
+ [[RemotingService SharedInstance].authentication
authenticateWithAuthorizationCode:authorizationCode];
[self launchRemotingViewController];
« no previous file with comments | « remoting/client/ios/BUILD.gn ('k') | remoting/client/ios/app/remoting_settings_view_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698