summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.h')
-rw-r--r--Source/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/Source/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.h b/Source/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.h
index e325e01..2464c58 100644
--- a/Source/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.h
+++ b/Source/WebKit/android/WebCoreSupport/FrameLoaderClientAndroid.h
@@ -229,12 +229,13 @@ namespace android {
virtual void didSaveToPageCache() { }
virtual void didRestoreFromPageCache() { }
private:
- CacheBuilder m_cacheBuilder;
- Frame* m_frame;
- WebFrame* m_webFrame;
+ CacheBuilder m_cacheBuilder;
+ Frame* m_frame;
+ WebFrame* m_webFrame;
PluginManualLoader* m_manualLoader;
- bool m_hasSentResponseToPlugin;
- bool m_onDemandPluginsEnabled;
+ bool m_hasSentResponseToPlugin;
+ bool m_onDemandPluginsEnabled;
+ mutable bool m_didReceiveServerRedirect;
enum ResourceErrors {
InternalErrorCancelled = -99,