diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-21 23:49:59 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-21 23:49:59 +0000 |
commit | c360f7efc1af01f18c904061ce3d462eb345075d (patch) | |
tree | 0a961997bd651186101872319509eddac6db2859 /chrome/test/base/in_process_browser_test.h | |
parent | f8a4a8ed5ff92b21f4e02b24db537ba37632e517 (diff) | |
download | chromium_src-c360f7efc1af01f18c904061ce3d462eb345075d.zip chromium_src-c360f7efc1af01f18c904061ce3d462eb345075d.tar.gz chromium_src-c360f7efc1af01f18c904061ce3d462eb345075d.tar.bz2 |
Remove some methods on InProcessBrowserTest that are no longer needed now that we have content_browsertests.
Review URL: https://codereview.chromium.org/10965047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158122 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/base/in_process_browser_test.h')
-rw-r--r-- | chrome/test/base/in_process_browser_test.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/test/base/in_process_browser_test.h b/chrome/test/base/in_process_browser_test.h index fa2f683..2747f7a 100644 --- a/chrome/test/base/in_process_browser_test.h +++ b/chrome/test/base/in_process_browser_test.h @@ -31,9 +31,7 @@ class CommandLine; class Profile; namespace content { -class BrowserContext; class ContentRendererClient; -class ResourceContext; } namespace net { @@ -109,11 +107,6 @@ class InProcessBrowserTest : public content::BrowserTestBase { // Returns the browser created by CreateBrowser. Browser* browser() const { return browser_; } - // 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. void AddTabAtIndexToBrowser(Browser* browser, int index, |