Chromium Code Reviews| Index: ios/chrome/browser/favicon/favicon_service_factory.h |
| diff --git a/ios/chrome/browser/favicon/favicon_service_factory.h b/ios/chrome/browser/favicon/favicon_service_factory.h |
| index 8d81f8c2a4f55e38819bbd14b14209877c641302..dc8661debba0393e150978a02c1ffaf5598d9107 100644 |
| --- a/ios/chrome/browser/favicon/favicon_service_factory.h |
| +++ b/ios/chrome/browser/favicon/favicon_service_factory.h |
| @@ -43,6 +43,7 @@ class FaviconServiceFactory : public BrowserStateKeyedServiceFactory { |
| // BrowserStateKeyedServiceFactory implementation. |
| std::unique_ptr<KeyedService> BuildServiceInstanceFor( |
| web::BrowserState* context) const override; |
| + bool ServiceIsNULLWhileTesting() const override; |
|
noyau (Ping after 24h)
2017/02/21 12:28:16
I hate things added to public APIs to use only for
mastiz
2017/02/21 12:37:10
Agreed :-/
|
| DISALLOW_COPY_AND_ASSIGN(FaviconServiceFactory); |
| }; |