| Index: chrome/browser/themes/theme_service_factory.h
|
| diff --git a/chrome/browser/themes/theme_service_factory.h b/chrome/browser/themes/theme_service_factory.h
|
| index a837ee8ff21e5d60fd5dd1bfc881f778acbddb22..924704bf1f38706aa7d7cf039e1001206dc01e00 100644
|
| --- a/chrome/browser/themes/theme_service_factory.h
|
| +++ b/chrome/browser/themes/theme_service_factory.h
|
| @@ -31,11 +31,6 @@ class ThemeServiceFactory : public ProfileKeyedServiceFactory {
|
| // no installed theme, or the theme was cleared.
|
| static const Extension* GetThemeForProfile(Profile* profile);
|
|
|
| - // Forces an association between |profile| and |provider|. Used in unit tests
|
| - // where we need to mock ThemeService.
|
| - static void ForceAssociationBetween(Profile* profile,
|
| - ThemeService* provider);
|
| -
|
| static ThemeServiceFactory* GetInstance();
|
|
|
| private:
|
|
|