summaryrefslogtreecommitdiffstats
path: root/WebKit/mac/History/WebHistoryInternal.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/mac/History/WebHistoryInternal.h')
-rw-r--r--WebKit/mac/History/WebHistoryInternal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebKit/mac/History/WebHistoryInternal.h b/WebKit/mac/History/WebHistoryInternal.h
index fa8fc7c..9e69734 100644
--- a/WebKit/mac/History/WebHistoryInternal.h
+++ b/WebKit/mac/History/WebHistoryInternal.h
@@ -33,6 +33,7 @@ namespace WebCore {
}
@interface WebHistory (WebInternal)
-- (void)_addItemForURL:(NSURL *)URL title:(NSString *)title;
+- (void)_visitedURL:(NSURL *)URL withTitle:(NSString *)title method:(NSString *)method wasFailure:(BOOL)wasFailure serverRedirectURL:(NSString *)serverRedirectURL isClientRedirect:(BOOL)isClientRedirect;
+- (void)_visitedURLForRedirectWithoutHistoryItem:(NSURL *)url;
- (void)_addVisitedLinksToPageGroup:(WebCore::PageGroup&)group;
@end