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

Unified Diff: chrome/browser/extensions/api/declarative_content/content_rules_registry.h

Issue 28273006: <webview>: Implement declarativeWebRequest API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added tests Created 7 years, 2 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
Index: chrome/browser/extensions/api/declarative_content/content_rules_registry.h
diff --git a/chrome/browser/extensions/api/declarative_content/content_rules_registry.h b/chrome/browser/extensions/api/declarative_content/content_rules_registry.h
index 59fe6f44605e09056293c72547d82ee851344741..47f29d9215f79a7a384aaa752af7f5aadcaf48fe 100644
--- a/chrome/browser/extensions/api/declarative_content/content_rules_registry.h
+++ b/chrome/browser/extensions/api/declarative_content/content_rules_registry.h
@@ -66,7 +66,8 @@ class ContentRulesRegistry : public RulesRegistryWithCache,
// registry with storage functionality suspended.
ContentRulesRegistry(
Profile* profile,
- scoped_ptr<RulesRegistryWithCache::RuleStorageOnUI>* ui_part);
+ scoped_ptr<RulesRegistryWithCache::RuleStorageOnUI>* ui_part,
+ const WebViewKey& webview_key);
// Applies all content rules given an update (CSS match change or
// page navigation, for now) from the renderer.

Powered by Google App Engine
This is Rietveld 408576698