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 4ec9f221a44b926c13b7cac505cceef4eed8fde0..50aec64d759d98b636970d160aec594605552e63 100644 |
--- a/chrome/test/base/in_process_browser_test.cc |
+++ b/chrome/test/base/in_process_browser_test.cc |
@@ -200,6 +200,10 @@ void InProcessBrowserTest::TearDown() { |
BrowserTestBase::TearDown(); |
} |
+content::BrowserContext* InProcessBrowserTest::GetBrowserContext() { |
+ return browser_->profile(); |
+} |
+ |
content::ResourceContext* InProcessBrowserTest::GetResourceContext() { |
return browser_->profile()->GetResourceContext(); |
} |