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

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

Issue 2971903002: Adding error handling to the connection flow. (Closed)
Patch Set: Minor cleanup before review. Created 3 years, 5 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/pin_entry_view.h
diff --git a/remoting/ios/app/pin_entry_view.h b/remoting/ios/app/pin_entry_view.h
index acbf923d81e2bd8ac72ef88065f304a8014573ef..926831f4250bbe71c29a7b24c7e2bcfd6fab644d 100644
--- a/remoting/ios/app/pin_entry_view.h
+++ b/remoting/ios/app/pin_entry_view.h
@@ -20,6 +20,9 @@
// passcode.
@interface PinEntryView : UIView
+// Clears the pin entry view.
+- (void)clearPinEntry;
+
// This delegate will handle interactions on the cells in the collection.
@property(weak, nonatomic) id<PinEntryDelegate> delegate;

Powered by Google App Engine
This is Rietveld 408576698