Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: android_webview/native/aw_contents_io_thread_client_impl.h

Issue 11419093: [Android WebView] Implement WebSettings.{get|set}CacheMode (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged after the last changes Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/native/aw_contents_io_thread_client_impl.h
diff --git a/android_webview/native/aw_contents_io_thread_client_impl.h b/android_webview/native/aw_contents_io_thread_client_impl.h
index 7e56127ca1b538be6a262766483b99c19aa6ac02..92fce24e8ebaea372b73397be7e2c97905328e3b 100644
--- a/android_webview/native/aw_contents_io_thread_client_impl.h
+++ b/android_webview/native/aw_contents_io_thread_client_impl.h
@@ -36,6 +36,7 @@ class AwContentsIoThreadClientImpl : public AwContentsIoThreadClient {
virtual ~AwContentsIoThreadClientImpl() OVERRIDE;
// Implementation of AwContentsIoThreadClient.
+ virtual CacheMode GetCacheMode() const OVERRIDE;
virtual scoped_ptr<InterceptedRequestData> ShouldInterceptRequest(
const GURL& location,
const net::URLRequest* request) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698