| Index: chrome/test/base/testing_browser_process_platform_part.cc
|
| diff --git a/chrome/test/base/testing_browser_process_platform_part.cc b/chrome/test/base/testing_browser_process_platform_part.cc
|
| index cc69987fc7d0ace98e07b40e1b086c732087539a..ae9eb19da4768e1bfb625e6dc624a34ab1c4daaa 100644
|
| --- a/chrome/test/base/testing_browser_process_platform_part.cc
|
| +++ b/chrome/test/base/testing_browser_process_platform_part.cc
|
| @@ -9,3 +9,10 @@ TestingBrowserProcessPlatformPart::TestingBrowserProcessPlatformPart() {
|
|
|
| TestingBrowserProcessPlatformPart::~TestingBrowserProcessPlatformPart() {
|
| }
|
| +
|
| +#if defined(OS_CHROMEOS)
|
| +chromeos::OomPriorityManager*
|
| + TestingBrowserProcessPlatformPart::oom_priority_manager() {
|
| + return NULL;
|
| +}
|
| +#endif
|
|
|