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

Unified Diff: chrome/browser/extensions/api/declarative/rules_registry_with_cache.h

Issue 11412247: Removed dead code from chrome/browser/extensions/api/declarative (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/api/declarative/rules_registry_with_cache.h
diff --git a/chrome/browser/extensions/api/declarative/rules_registry_with_cache.h b/chrome/browser/extensions/api/declarative/rules_registry_with_cache.h
index c7260e4dd2512c5eb00e925b7fdf3e1dd849a456..a1a0fe2fea4ef74dd6de531845393fc55ac17cca 100644
--- a/chrome/browser/extensions/api/declarative/rules_registry_with_cache.h
+++ b/chrome/browser/extensions/api/declarative/rules_registry_with_cache.h
@@ -36,14 +36,6 @@ class RulesRegistryWithCache : public RulesRegistry {
explicit RulesRegistryWithCache(Delegate* delegate);
- // Returns true if we are ready to process rules.
- bool IsReady() {
- return !delegate_.get() || delegate_->IsReady();
- }
-
- // Add a callback to call when we transition to Ready.
- void AddReadyCallback(const base::Closure& callback);
-
// Called by our delegate when we are ready. This is called exactly once,
// if we have a delegate.
void OnReady();

Powered by Google App Engine
This is Rietveld 408576698