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

Unified Diff: remoting/ios/app/remoting_menu_view_controller.mm

Issue 2949713002: [CRD iOS] Refactor an interface for RemotingAuthorization (Closed)
Patch Set: Resolve feedback 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: remoting/ios/app/remoting_menu_view_controller.mm
diff --git a/remoting/ios/app/remoting_menu_view_controller.mm b/remoting/ios/app/remoting_menu_view_controller.mm
index 2bf2b8fff6b5e418922abcb16e034da904ea747a..51ba0472ac18ff3249f24d97ccf905066b6d8e16 100644
--- a/remoting/ios/app/remoting_menu_view_controller.mm
+++ b/remoting/ios/app/remoting_menu_view_controller.mm
@@ -203,7 +203,7 @@ std::string GetAuthorizationCodeUri() {
}
- (void)didTapLogout:(id)sender {
- [[RemotingService SharedInstance].authentication logout];
+ [RemotingService.instance.authentication logout];
}
@end

Powered by Google App Engine
This is Rietveld 408576698