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

Unified Diff: third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h

Issue 2808093005: Blink Rename follow-up: XHRs --big-rename--> _xh_rs --this-fix--> _xhrs. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
diff --git a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
index c7578a0aaa90d52618f54a22f5c68f7dba03a6b5..49f51daa2dd84a9b9a3b11a517d8b52c40a424b8 100644
--- a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
+++ b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.h
@@ -276,8 +276,8 @@ class CORE_EXPORT InspectorNetworkAgent final
HashSet<String> frames_with_scheduled_navigation_;
HashSet<String> frames_with_scheduled_client_navigation_;
- HeapHashSet<Member<XMLHttpRequest>> replay_xh_rs_;
- HeapHashSet<Member<XMLHttpRequest>> replay_xh_rs_to_be_deleted_;
+ HeapHashSet<Member<XMLHttpRequest>> replay_xhrs_;
+ HeapHashSet<Member<XMLHttpRequest>> replay_xhrs_to_be_deleted_;
TaskRunnerTimer<InspectorNetworkAgent> remove_finished_replay_xhr_timer_;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698