|
base: Remove OwningMRUCache in favor of scoped_ptrs in MRUCache
Along with removing OwningMRUCache, this patch also removes
the Deletor concept from the cache, since it can be implemented
by storing scoped_ptrs with custom deleters.
BUG= 592823
Committed: https://crrev.com/aaab4d14f3b0266d774592136a1f097cd75c923c
Cr-Commit-Position: refs/heads/master@{#380239}
Total comments: 14
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+98 lines, -251 lines) |
Patch |
 |
M |
base/containers/mru_cache.h
|
View
|
1
2
3
4
5
6
7
|
8 chunks |
+18 lines, -99 lines |
0 comments
|
Download
|
 |
M |
base/containers/mru_cache_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+13 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/bitmap_fetcher/bitmap_fetcher_service.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/bitmap_fetcher/bitmap_fetcher_service.cc
|
View
|
|
2 chunks |
+4 lines, -4 lines |
3 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/search/common/webservice_cache.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+8 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/app_list/search/common/webservice_cache.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+26 lines, -14 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/distilled_content_store.h
|
View
|
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/dom_distiller/core/distilled_content_store.cc
|
View
|
|
4 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/favicon/large_icon_cache.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/favicon/large_icon_cache.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/snapshots/lru_cache.h
|
View
|
1
2
3
|
2 chunks |
+3 lines, -18 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/snapshots/lru_cache.mm
|
View
|
1
2
3
|
5 chunks |
+3 lines, -32 lines |
0 comments
|
Download
|
 |
M |
ios/chrome/browser/snapshots/lru_cache_unittest.mm
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -24 lines |
0 comments
|
Download
|
 |
M |
net/ssl/ssl_client_session_cache_openssl.h
|
View
|
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
net/ssl/ssl_client_session_cache_openssl.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/drm/gpu/drm_overlay_validator.h
|
View
|
1
2
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
ui/ozone/platform/drm/host/drm_overlay_manager.h
|
View
|
1
2
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
Total messages: 31 (12 generated)
|