diff options
Diffstat (limited to 'WebKit/android/jni/WebViewCore.h')
-rw-r--r-- | WebKit/android/jni/WebViewCore.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/WebKit/android/jni/WebViewCore.h b/WebKit/android/jni/WebViewCore.h index f6c6f66..4d1110f 100644 --- a/WebKit/android/jni/WebViewCore.h +++ b/WebKit/android/jni/WebViewCore.h @@ -566,8 +566,11 @@ namespace android { bool isPaused() const { return m_isPaused; } void setIsPaused(bool isPaused) { m_isPaused = isPaused; } bool drawIsPaused() const; +#if USE(CHROME_NETWORK_STACK) void setWebRequestContextUserAgent(); + void setWebRequestContextCacheMode(int mode); WebRequestContext* webRequestContext(); +#endif // end of shared members // internal functions |