| Index: chrome/test/base/in_process_browser_test.h
|
| diff --git a/chrome/test/base/in_process_browser_test.h b/chrome/test/base/in_process_browser_test.h
|
| index 0699d8a175aa7fc598a09d1ef663d6329bb00c9b..863ad3bddd922d59d92fdd643b362315a47a8664 100644
|
| --- a/chrome/test/base/in_process_browser_test.h
|
| +++ b/chrome/test/base/in_process_browser_test.h
|
| @@ -33,6 +33,7 @@ class CommandLine;
|
| class Profile;
|
|
|
| namespace content {
|
| +class BrowserContext;
|
| class ContentRendererClient;
|
| class ResourceContext;
|
| }
|
| @@ -97,8 +98,9 @@ class InProcessBrowserTest : public BrowserTestBase {
|
| // Returns the browser created by CreateBrowser.
|
| Browser* browser() const { return browser_; }
|
|
|
| - // Returns the ResourceContext from browser_. Needed because tests in content
|
| - // don't have access to Profile.
|
| + // Returns the Resource/BrowserContext from browser_. Needed because tests in
|
| + // content don't have access to Profile.
|
| + content::BrowserContext* GetBrowserContext();
|
| content::ResourceContext* GetResourceContext();
|
|
|
| // Convenience methods for adding tabs to a Browser.
|
|
|