summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.h
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2009-10-12 12:23:49 +0100
committerSteve Block <steveblock@google.com>2009-10-20 00:45:08 +0100
commitb20ad8a215a2ab055647d0a026a8141b4bde7ca2 (patch)
tree6512f3c35d0b8e19911fc9016d9f75f34bbd2f32 /WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.h
parent8e465e3d03d149943a3e592c3d2af395d50917eb (diff)
downloadexternal_webkit-b20ad8a215a2ab055647d0a026a8141b4bde7ca2.zip
external_webkit-b20ad8a215a2ab055647d0a026a8141b4bde7ca2.tar.gz
external_webkit-b20ad8a215a2ab055647d0a026a8141b4bde7ca2.tar.bz2
Merge webkit.org at R49305 : Stub out methods for mixed content in FrameLoaderClientAndroid.
See http://trac.webkit.org/changeset/48032 Change-Id: I2b4182ff87857d3dd374b34ffd1c9b46ca84db90
Diffstat (limited to 'WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.h')
-rw-r--r--WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.h b/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.h
index 176c8be..7b3a4c8 100644
--- a/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.h
+++ b/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.h
@@ -126,6 +126,10 @@ namespace android {
virtual void updateGlobalHistoryRedirectLinks();
virtual bool shouldGoToHistoryItem(HistoryItem*) const;
+
+ virtual void didDisplayInsecureContent();
+ virtual void didRunInsecureContent(SecurityOrigin*);
+
#ifdef ANDROID_HISTORY_CLIENT
virtual void dispatchDidAddHistoryItem(HistoryItem*) const;
virtual void dispatchDidRemoveHistoryItem(HistoryItem*, int) const;