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

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: Cleanup on self review. Created 3 years, 8 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: 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];

Powered by Google App Engine
This is Rietveld 408576698