Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(42)

Unified Diff: chrome/browser/extensions/extensions_service.h

Issue 371063: Integrate BlacklistManager with Profile. (Closed)
Patch Set: trybot fixes Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/extensions/extensions_service.h
diff --git a/chrome/browser/extensions/extensions_service.h b/chrome/browser/extensions/extensions_service.h
index 4a91fffd2d2d8333108ef9c5c2c4802158fc8717..8ac318efedb8a6bcda2e638932f20c080afb2b53 100644
--- a/chrome/browser/extensions/extensions_service.h
+++ b/chrome/browser/extensions/extensions_service.h
@@ -221,6 +221,7 @@ class ExtensionsService
bool be_noisy);
// BlacklistPathProvider:
+ virtual bool AreBlacklistPathsReady() const;
virtual std::vector<FilePath> GetPersistentBlacklistPaths();
virtual std::vector<FilePath> GetTransientBlacklistPaths();
« no previous file with comments | « chrome/browser/automation/automation_profile_impl.cc ('k') | chrome/browser/extensions/extensions_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698