| Index: chrome/browser/privacy_blacklist/blacklist_manager.h
|
| ===================================================================
|
| --- chrome/browser/privacy_blacklist/blacklist_manager.h (revision 32148)
|
| +++ chrome/browser/privacy_blacklist/blacklist_manager.h (working copy)
|
| @@ -33,7 +33,8 @@
|
| public base::RefCountedThreadSafe<BlacklistManager,
|
| ChromeThread::DeleteOnUIThread> {
|
| public:
|
| - BlacklistManager(Profile* profile, BlacklistPathProvider* path_provider);
|
| + BlacklistManager();
|
| + void Initialize(Profile* profile, BlacklistPathProvider* path_provider);
|
|
|
| const Blacklist* GetCompiledBlacklist() const {
|
| // TODO(phajdan.jr): Determine on which thread this should be invoked (IO?).
|
|
|