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

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: Adressing eview comments. 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 e34598105aee79c8c133366efd6e32e4c3198145..36782cdce49f89ac1219649c36354f497419a7d0 100644
--- a/Source/wtf/FeatureDefines.h
+++ b/Source/wtf/FeatureDefines.h
@@ -306,10 +306,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