DescriptionChange type of MemoryCoordinatorImpl::ChildInfo::memory_state
This CL changes the type of MemoryCoordinatorImpl::ChildInfo::memory_state
from mojom::MemoryState to base::MemoryState. The reason of this change
is to avoid unnecessary type conversion. We are planning to add public
interface of memory coordinator so that chrome/ can access memory state
of each process. Since mojom::MemoryState is only accessible from
content/ we have to convert mojom::MemoryState to base::MemoryState when
we expose memory state outside content/. By storing states as
base::MemoryState we can eliminate type conversion.
BUG=673216
Committed: https://crrev.com/3453c17646a103f98c4611311de373a7d40ff957
Cr-Commit-Position: refs/heads/master@{#439734}
Patch Set 1 #Patch Set 2 : rebase #
Dependent Patchsets: Messages
Total messages: 15 (10 generated)
|