DescriptionAdd MemoryCoordinatorDelegate
Memory coordinator requires some information only avaiable in
chrome/browser. One option to work around content -> chrome dependency
is to put an abstract class in content/public/broser and an impl class in
chrome/browser. However, We want to keep browser-agnostic things in
content as much as possible. This CL introduces a delegate class to
keep things in content but also provide ways to access information in
chrome/browser.
BUG=617492
Committed: https://crrev.com/93362955b0109abee326322a952989fd5ee0d0f2
Cr-Commit-Position: refs/heads/master@{#425202}
Patch Set 1 #
Total comments: 12
Patch Set 2 : comments addressed #
Total comments: 2
Patch Set 3 : Add test #Patch Set 4 : rename #Patch Set 5 : Add workaround for tests #
Total comments: 2
Patch Set 6 : Use ContentBrowserClient #Patch Set 7 : Add a separate delegate class #Messages
Total messages: 40 (22 generated)
|