diff options
author | Kristian Monsen <kristianm@google.com> | 2011-01-27 12:43:32 +0000 |
---|---|---|
committer | Kristian Monsen <kristianm@google.com> | 2011-01-27 13:06:15 +0000 |
commit | 9813d91feab65e2257bcaae80146dc9fb77cb75d (patch) | |
tree | 1e517f78a5658e803f81d9c8078f02459dd4f96b /WebKit/android/WebCoreSupport/WebUrlLoaderClient.h | |
parent | e17d80652c280dac7bddc369a7a3f5b5a8b1ada3 (diff) | |
download | external_webkit-9813d91feab65e2257bcaae80146dc9fb77cb75d.zip external_webkit-9813d91feab65e2257bcaae80146dc9fb77cb75d.tar.gz external_webkit-9813d91feab65e2257bcaae80146dc9fb77cb75d.tar.bz2 |
Working on Bug 2864795
Plumbing pauseLoad a bit deeper, not adding functionality yet
Should be safe
Change-Id: I34856d0518090ca22485120f87e22a22f37c48df
Diffstat (limited to 'WebKit/android/WebCoreSupport/WebUrlLoaderClient.h')
-rw-r--r-- | WebKit/android/WebCoreSupport/WebUrlLoaderClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebKit/android/WebCoreSupport/WebUrlLoaderClient.h b/WebKit/android/WebCoreSupport/WebUrlLoaderClient.h index 4294b95..bf53c00 100644 --- a/WebKit/android/WebCoreSupport/WebUrlLoaderClient.h +++ b/WebKit/android/WebCoreSupport/WebUrlLoaderClient.h @@ -69,7 +69,7 @@ public: bool start(bool isMainResource, bool sync, WebRequestContext*); void cancel(); void downloadFile(); - void pauseLoad(bool pause) {} // Android method, does nothing for now + void pauseLoad(bool pause); void setAuth(const std::string& username, const std::string& password); void cancelAuth(); void proceedSslCertError(); |