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

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

Issue 15647003: Revert 202152 "RulesRegistryWithCache::ProcessChangedRules speed-up" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 months 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
« no previous file with comments | « no previous file | trunk/src/chrome/browser/extensions/api/declarative/rules_registry_with_cache.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/chrome/browser/extensions/api/declarative/rules_registry_with_cache.h
===================================================================
--- trunk/src/chrome/browser/extensions/api/declarative/rules_registry_with_cache.h (revision 202340)
+++ trunk/src/chrome/browser/extensions/api/declarative/rules_registry_with_cache.h (working copy)
@@ -207,10 +207,6 @@
// safe. The registry only ever associates with one RuleStorageOnUI instance.
const base::WeakPtr<RuleStorageOnUI> storage_on_ui_;
- // If true then a task to call ProcessChangedRules is scheduled for execution
- // in the future.
- bool process_changed_rules_requested_;
-
DISALLOW_COPY_AND_ASSIGN(RulesRegistryWithCache);
};
« no previous file with comments | « no previous file | trunk/src/chrome/browser/extensions/api/declarative/rules_registry_with_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698