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