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

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

Issue 876583002: Add a use counter for async XHR. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 11 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/core/frame/UseCounter.h
diff --git a/Source/core/frame/UseCounter.h b/Source/core/frame/UseCounter.h
index 442b5f119590432c3a5e8d6a6d36286aab210bb3..83856c18bac1606c9175ebc57b20269f4f2cab31 100644
--- a/Source/core/frame/UseCounter.h
+++ b/Source/core/frame/UseCounter.h
@@ -616,6 +616,7 @@ public:
BlockedSniffingImageToScript = 674,
Fetch = 675,
FetchBodyStream = 676,
+ XMLHttpRequestAsynchronous = 677,
// Add new features immediately above this line. Don't change assigned
// numbers of any item, and don't reuse removed slots.
« no previous file with comments | « no previous file | Source/core/xmlhttprequest/XMLHttpRequest.cpp » ('j') | Source/core/xmlhttprequest/XMLHttpRequest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698