From 6205c4f2302239185dd2a93c105c18f0dd14af63 Mon Sep 17 00:00:00 2001 From: "avi@chromium.org" Date: Wed, 27 Jul 2011 19:23:38 +0000 Subject: Removal of Profile from content part 2. BUG=76788 TEST=no change visible Review URL: http://codereview.chromium.org/7480028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94332 0039d316-1c4b-4281-b951-d872f2087c98 --- content/browser/browsing_instance.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'content/browser/browsing_instance.h') diff --git a/content/browser/browsing_instance.h b/content/browser/browsing_instance.h index 31a1cf4..b550659 100644 --- a/content/browser/browsing_instance.h +++ b/content/browser/browsing_instance.h @@ -8,7 +8,6 @@ #include "base/hash_tables.h" #include "base/memory/ref_counted.h" -#include "chrome/browser/profiles/profile.h" class GURL; class SiteInstance; @@ -70,12 +69,6 @@ class BrowsingInstance : public base::RefCounted { // Get the browser context to which this BrowsingInstance belongs. content::BrowserContext* browser_context() { return browser_context_; } - // Returns the profile. - // TEMPORARY; http://crbug.com/76788 - Profile* profile() { - return Profile::FromBrowserContext(browser_context()); - } - // Returns whether this BrowsingInstance has registered a SiteInstance for // the site of the given URL. bool HasSiteInstance(const GURL& url); -- cgit v1.1