| Index: chrome/test/base/in_process_browser_test.cc
|
| diff --git a/chrome/test/base/in_process_browser_test.cc b/chrome/test/base/in_process_browser_test.cc
|
| index 865ec932bfbd18de533906ab70d40d900368be93..ebce6ca3cca5a73d333a4e34523e15347c3d681d 100644
|
| --- a/chrome/test/base/in_process_browser_test.cc
|
| +++ b/chrome/test/base/in_process_browser_test.cc
|
| @@ -203,6 +203,10 @@ void InProcessBrowserTest::TearDown() {
|
| BrowserTestBase::TearDown();
|
| }
|
|
|
| +content::BrowserContext* InProcessBrowserTest::GetBrowserContext() {
|
| + return browser_->profile();
|
| +}
|
| +
|
| content::ResourceContext* InProcessBrowserTest::GetResourceContext() {
|
| return browser_->profile()->GetResourceContext();
|
| }
|
|
|