summaryrefslogtreecommitdiff
path: root/UICaboodle/BrowserView.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-07-19 23:28:55 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:08:07 +0000
commita0376fc1d4363de162d93b372b3aaed7d7415632 (patch)
treeac1ea5ea5fbe4bfd82bf4abe416b9e4a6ad46ea5 /UICaboodle/BrowserView.h
parenta781cf0d59966f9a6ada482efddc1c1b2990c92b (diff)
Fixed browser links and modify delegates.
Diffstat (limited to 'UICaboodle/BrowserView.h')
-rw-r--r--UICaboodle/BrowserView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/UICaboodle/BrowserView.h b/UICaboodle/BrowserView.h
index a58a5b7..c9a1f7d 100644
--- a/UICaboodle/BrowserView.h
+++ b/UICaboodle/BrowserView.h
@@ -21,6 +21,8 @@
NSString *title_;
bool loading_;
bool reloading_;
+
+ bool pushed_;
}
- (void) loadURL:(NSURL *)url cachePolicy:(NSURLRequestCachePolicy)policy;