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

Unified Diff: third_party/WebKit/Source/core/frame/Deprecation.cpp

Issue 2025903002: Drop deprecation message for xhr.withCredentials for sync requests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: third_party/WebKit/Source/core/frame/Deprecation.cpp
diff --git a/third_party/WebKit/Source/core/frame/Deprecation.cpp b/third_party/WebKit/Source/core/frame/Deprecation.cpp
index 779fb04c03bfdd31b5e3c7d071e629f9e62da7ed..1546dad55ae2beb0c17ba01cec6c9dfed7305e3f 100644
--- a/third_party/WebKit/Source/core/frame/Deprecation.cpp
+++ b/third_party/WebKit/Source/core/frame/Deprecation.cpp
@@ -237,9 +237,6 @@ String Deprecation::deprecationMessage(UseCounter::Feature feature)
case UseCounter::PrefixedCancelRequestAnimationFrame:
return "'webkitCancelRequestAnimationFrame' is vendor-specific. Please use the standard 'cancelAnimationFrame' instead.";
- case UseCounter::SyncXHRWithCredentials:
- return "Setting 'XMLHttpRequest.withCredentials' for synchronous requests is deprecated.";
-
case UseCounter::PictureSourceSrc:
return "<source src> with a <picture> parent is invalid and therefore ignored. Please use <source srcset> instead.";

Powered by Google App Engine
This is Rietveld 408576698