summaryrefslogtreecommitdiff
path: root/CyteKit/WebViewController.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-25 01:46:50 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-25 01:46:50 -0700
commitf050e4d966f1c9ef2c60bcf3c34639ac8a48f4d2 (patch)
tree97504c19321e3d3f019ea6ab2dc43607df1e89f4 /CyteKit/WebViewController.h
parent0986566373b389953093642941090ae200bcd6b6 (diff)
Add HTTP Referer: tracking.
Diffstat (limited to 'CyteKit/WebViewController.h')
-rw-r--r--CyteKit/WebViewController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/CyteKit/WebViewController.h b/CyteKit/WebViewController.h
index cb9af97..c2e64d5 100644
--- a/CyteKit/WebViewController.h
+++ b/CyteKit/WebViewController.h
@@ -53,7 +53,7 @@
@protocol CyteWebViewControllerDelegate
- (void) retainNetworkActivityIndicator;
- (void) releaseNetworkActivityIndicator;
-- (CyteViewController *) pageForURL:(NSURL *)url forExternal:(BOOL)external;
+- (CyteViewController *) pageForURL:(NSURL *)url forExternal:(BOOL)external withReferrer:(NSString *)referrer;
- (void) unloadData;
@end
@@ -101,6 +101,7 @@
- (void) setRequest:(NSURLRequest *)request;
- (void) setURL:(NSURL *)url;
+- (void) setURL:(NSURL *)url withReferrer:(NSString *)referrer;
- (void) loadURL:(NSURL *)url cachePolicy:(NSURLRequestCachePolicy)policy;
- (void) loadURL:(NSURL *)url;