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

Unified Diff: remoting/ios/app/app_delegate.h

Issue 2937733003: [CRD iOS] Branching internal and external implementations (Closed)
Patch Set: Add the requestSignIn method 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/app_delegate.h
diff --git a/remoting/ios/app/app_delegate.h b/remoting/ios/app/app_delegate.h
index 2e5bfff39e9ae9544923279084dee888151190a7..b55caf6652190144876a6a21291687e97ff3cc86 100644
--- a/remoting/ios/app/app_delegate.h
+++ b/remoting/ios/app/app_delegate.h
@@ -10,7 +10,11 @@
// Default created delegate class for the entire application.
@interface AppDelegate : UIResponder<UIApplicationDelegate>
+- (void)setMenuVisible:(BOOL)visible animated:(BOOL)animated;
+- (void)requestSignIn;
+
@property(strong, nonatomic) UIWindow* window;
+@property(class, strong, nonatomic, readonly) AppDelegate* instance;
@end

Powered by Google App Engine
This is Rietveld 408576698