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

Unified Diff: third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h

Issue 2809103002: ur_ls -> urls in ResourceFetcher (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/platform/loader/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h
diff --git a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h
index af547b948065fdc4e7630885e34a759ed6e13433..8b1d0b37069a9d8127b4558cf4eae1454a3e8bd4 100644
--- a/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h
+++ b/third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.h
@@ -225,7 +225,7 @@ class PLATFORM_EXPORT ResourceFetcher
Member<FetchContext> context_;
- HashSet<String> validated_ur_ls_;
+ HashSet<String> validated_urls_;
mutable DocumentResourceMap document_resources_;
Member<HeapListHashSet<Member<Resource>>> preloads_;
@@ -261,7 +261,7 @@ class PLATFORM_EXPORT ResourceFetcher
};
DeadResourceStatsRecorder dead_stats_recorder_;
- std::unique_ptr<HashSet<String>> preloaded_ur_ls_for_test_;
+ std::unique_ptr<HashSet<String>> preloaded_urls_for_test_;
// 28 bits left
bool auto_load_images_ : 1;
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/loader/fetch/ResourceFetcher.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698