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

Unified Diff: Source/wtf/FeatureDefines.h

Issue 14246006: Implementing timeout support for XHR (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@timeoutResourceHandle
Patch Set: Rebased patch Created 7 years, 8 months 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: Source/wtf/FeatureDefines.h
diff --git a/Source/wtf/FeatureDefines.h b/Source/wtf/FeatureDefines.h
index 40a55e8ea3e153919051bc8081474a511e1e93ea..d11213936da84525ff03956af4e03572f8cdcfc9 100644
--- a/Source/wtf/FeatureDefines.h
+++ b/Source/wtf/FeatureDefines.h
@@ -314,10 +314,6 @@
#define ENABLE_WEB_AUDIO 0
#endif
-#if !defined(ENABLE_XHR_TIMEOUT)
-#define ENABLE_XHR_TIMEOUT 0
-#endif
-
/* Asserts, invariants for macro definitions */
#if ENABLE(SVG_FONTS) && !ENABLE(SVG)

Powered by Google App Engine
This is Rietveld 408576698