| Index: chrome/test/base/in_process_browser_test.cc
|
| ===================================================================
|
| --- chrome/test/base/in_process_browser_test.cc (revision 110324)
|
| +++ chrome/test/base/in_process_browser_test.cc (working copy)
|
| @@ -191,6 +191,10 @@
|
| BrowserTestBase::TearDown();
|
| }
|
|
|
| +const content::ResourceContext& InProcessBrowserTest::GetResourceContext() {
|
| + return browser_->profile()->GetResourceContext();
|
| +}
|
| +
|
| void InProcessBrowserTest::AddTabAtIndexToBrowser(
|
| Browser* browser,
|
| int index,
|
|
|