summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/WebUrlLoaderClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/android/WebCoreSupport/WebUrlLoaderClient.h')
-rw-r--r--WebKit/android/WebCoreSupport/WebUrlLoaderClient.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/WebKit/android/WebCoreSupport/WebUrlLoaderClient.h b/WebKit/android/WebCoreSupport/WebUrlLoaderClient.h
index 1a8118c..92c7bb5 100644
--- a/WebKit/android/WebCoreSupport/WebUrlLoaderClient.h
+++ b/WebKit/android/WebCoreSupport/WebUrlLoaderClient.h
@@ -83,6 +83,9 @@ public:
static void didFail(void*);
static void willSendRequest(void*);
+ // Handle to the chrome IO thread
+ static base::Thread* ioThread();
+
private:
void finish();
RefPtr<WebCore::ResourceHandle> m_resourceHandle;
@@ -93,9 +96,6 @@ private:
// Not an OwnPtr since it should be deleted on another thread
WebRequest* m_request;
- // Handle to the chrome IO thread
- static base::Thread* ioThread();
-
// Check if a request is active
bool isActive() const;