|
Merge MemoryCoordinator and MemoryCoordinatorImpl into one class
We are going to add content::MemoryCoordinator to expose some methods outside
content/. As a preparation, merge the current MemoryCoordinator class
and its impl class into MemoryCoordinatorImpl to simplify the relationship
of classes. In a follow-up CL we will add content::MemoryCoordinator
in content/public/browser and make MemoryCoordinatorImpl be a subclass of it.
BUG= 673216
Committed: https://crrev.com/2cee40a7b7ecbe0737b802f953d10eb39c5eb2df
Cr-Commit-Position: refs/heads/master@{#439691}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+505 lines, -666 lines) |
Patch |
 |
M |
content/browser/BUILD.gn
|
View
|
1
2
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/browser_main_loop.cc
|
View
|
1
2
|
3 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/browser/dom_storage/dom_storage_context_wrapper.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
D |
content/browser/memory/memory_coordinator.h
|
View
|
1
2
|
1 chunk |
+0 lines, -140 lines |
0 comments
|
Download
|
 |
D |
content/browser/memory/memory_coordinator.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -219 lines |
0 comments
|
Download
|
 |
D |
content/browser/memory/memory_coordinator_browsertest.cc
|
View
|
|
1 chunk |
+0 lines, -67 lines |
0 comments
|
Download
|
 |
M |
content/browser/memory/memory_coordinator_impl.h
|
View
|
1
2
|
3 chunks |
+107 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/browser/memory/memory_coordinator_impl.cc
|
View
|
1
2
|
5 chunks |
+202 lines, -11 lines |
0 comments
|
Download
|
 |
A + |
content/browser/memory/memory_coordinator_impl_browsertest.cc
|
View
|
|
3 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
content/browser/memory/memory_coordinator_impl_unittest.cc
|
View
|
|
7 chunks |
+166 lines, -14 lines |
0 comments
|
Download
|
 |
D |
content/browser/memory/memory_coordinator_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -170 lines |
0 comments
|
Download
|
 |
M |
content/browser/memory/memory_monitor_android.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/service_worker/service_worker_browsertest.cc
|
View
|
1
2
3
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/test/memory_coordinator_test_utils.cc
|
View
|
1
2
3
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/test/BUILD.gn
|
View
|
1
2
3
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
Total messages: 32 (23 generated)
|