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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

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/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index e0b7b11b60543919584d20b87bfbb5c69cf85278..c029a6b64e5198e2d122dddcfdc0126b91efe321 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -372,7 +372,6 @@ public:
CSSSelectorPseudoHost = 469,
CSSSelectorPseudoHostContext = 470,
CSSDeepCombinator = 471,
- SyncXHRWithCredentials = 472,
sof 2016/05/31 20:32:20 What's the procedure to follow wrt updating tools/
foolip 2016/05/31 21:45:53 They aren't removed by running the script, and all
sof 2016/06/01 05:34:16 ok, there'll be a major GC when the list becomes t
foolip 2016/06/01 06:56:20 Yeah. The way I hope it works out is that each cou
// The above items are available in M37 branch.
UseAsm = 473,
« no previous file with comments | « third_party/WebKit/Source/core/frame/Deprecation.cpp ('k') | third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698