| Index: chrome/browser/themes/theme_service_factory.h
|
| ===================================================================
|
| --- chrome/browser/themes/theme_service_factory.h (revision 81278)
|
| +++ chrome/browser/themes/theme_service_factory.h (working copy)
|
| @@ -31,6 +31,11 @@
|
| // 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:
|
|
|