From 9091fb63ab0a815870f6731dd6113e17c59c093e Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Thu, 24 Mar 2011 19:20:01 +0000 Subject: Remove TopSites dependency from content/ in anticipation of pulling it out of Profile. (Also remove another BrowserThemeProvider reference) BUG=77155 TEST=compiles Review URL: http://codereview.chromium.org/6733009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79305 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/testing_profile.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'chrome/test/testing_profile.h') diff --git a/chrome/test/testing_profile.h b/chrome/test/testing_profile.h index 91d63aa..248ef89 100644 --- a/chrome/test/testing_profile.h +++ b/chrome/test/testing_profile.h @@ -113,10 +113,6 @@ class TestingProfile : public Profile { // Sets the TemplateURLModel. Takes ownership of it. void SetTemplateURLModel(TemplateURLModel* model); - // Uses a specific theme provider for this profile. TestingProfile takes - // ownership of |theme_provider|. - void UseThemeProvider(ThemeService* theme_provider); - // Creates an ExtensionService initialized with the testing profile and // returns it. The profile keeps its own copy of a scoped_refptr to the // ExtensionService to make sure that is still alive to be notified when the -- cgit v1.1