diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2009-06-12 17:49:26 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:13:15 +0000 |
commit | 0dceb29b5b709a6f9cfea52648941a6c2c5ef46b (patch) | |
tree | 79f8ae7c482aabc9053a056db7a3bbbc75c17b88 /UICaboodle/BrowserView.h | |
parent | 33872ba1b2aa4ea5b5239f3327049aab3bb363fe (diff) |
Checkpoint for LunaCy fork.
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r-- | UICaboodle/BrowserView.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h index eb11d6c..f02e679 100644 --- a/UICaboodle/BrowserView.h +++ b/UICaboodle/BrowserView.h @@ -50,6 +50,7 @@ NSURLRequest *request_; NSNumber *confirm_; + NSNumber *sensitive_; NSString *title_; NSMutableSet *loading_; bool reloading_; @@ -104,4 +105,7 @@ - (id) _rightButtonTitle; +- (bool) promptForSensitive:(NSString *)name; +- (bool) allowSensitiveRequests; + @end |