summaryrefslogtreecommitdiffstats
path: root/WebKit
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2010-09-23 15:31:45 +0100
committerKristian Monsen <kristianm@google.com>2010-09-23 16:38:22 +0100
commit45ca37e14f3f68f52a77e0d06514716809ed89ab (patch)
tree6fb388c4c0a6c4785c3f566687690fc64d33d640 /WebKit
parent32eb9c0c90a8800cdb31fe31b75ee08817545a23 (diff)
downloadexternal_webkit-45ca37e14f3f68f52a77e0d06514716809ed89ab.zip
external_webkit-45ca37e14f3f68f52a77e0d06514716809ed89ab.tar.gz
external_webkit-45ca37e14f3f68f52a77e0d06514716809ed89ab.tar.bz2
Remove #if USE(CHROME_NETWORK_STACK) guards from headers
Change-Id: Ib3c3037ab3f62d0c9c49f53850be5ff5c4f2a525
Diffstat (limited to 'WebKit')
-rw-r--r--WebKit/android/WebCoreSupport/WebRequestContext.h5
-rw-r--r--WebKit/android/WebCoreSupport/WebUrlLoaderClient.h4
2 files changed, 0 insertions, 9 deletions
diff --git a/WebKit/android/WebCoreSupport/WebRequestContext.h b/WebKit/android/WebCoreSupport/WebRequestContext.h
index 5e6a84e..d93fd24 100644
--- a/WebKit/android/WebCoreSupport/WebRequestContext.h
+++ b/WebKit/android/WebCoreSupport/WebRequestContext.h
@@ -26,11 +26,8 @@
#ifndef WebRequestContext_h
#define WebRequestContext_h
-// libchromium_net is not available on the simulator for now
// Cannot forward declare the chrome classes since this is
// a subclass of a chrome class.
-#if USE(CHROME_NETWORK_STACK)
-
#include "ChromiumIncludes.h"
#include "PlatformString.h"
@@ -60,6 +57,4 @@ private:
} // namespace android
-#endif // USE(CHROME_NETWORK_STACK)
-
#endif
diff --git a/WebKit/android/WebCoreSupport/WebUrlLoaderClient.h b/WebKit/android/WebCoreSupport/WebUrlLoaderClient.h
index 23086cd..b568c91 100644
--- a/WebKit/android/WebCoreSupport/WebUrlLoaderClient.h
+++ b/WebKit/android/WebCoreSupport/WebUrlLoaderClient.h
@@ -26,8 +26,6 @@
#ifndef WebUrlLoaderClient_h
#define WebUrlLoaderClient_h
-#if USE(CHROME_NETWORK_STACK)
-
#include "ChromiumIncludes.h"
#include "RefCounted.h"
#include "WebResponse.h"
@@ -156,6 +154,4 @@ struct LoaderData {
} // namespace android
-#endif // USE(CHROME_NETWORK_STACK)
-
#endif