| Index: chrome/test/base/testing_profile.h
|
| diff --git a/chrome/test/base/testing_profile.h b/chrome/test/base/testing_profile.h
|
| index 8db54eea1cb6ddf1d9fd6b1ddd14430a5ceee98e..252fdfbc7bba868953bc090da0021e4ceb8b11de 100644
|
| --- a/chrome/test/base/testing_profile.h
|
| +++ b/chrome/test/base/testing_profile.h
|
| @@ -164,6 +164,10 @@ class TestingProfile : public Profile {
|
|
|
| ~TestingProfile() override;
|
|
|
| + // Creates the fallback icon service. Consequent calls would recreate the
|
| + // service.
|
| + void CreateFallbackIconService();
|
| +
|
| // Creates the favicon service. Consequent calls would recreate the service.
|
| void CreateFaviconService();
|
|
|
|
|