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

Unified Diff: chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h

Issue 28273006: <webview>: Implement declarativeWebRequest API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed nits Created 7 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_webrequest/webrequest_rules_registry.h
diff --git a/chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h b/chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h
index 336c4845e61b8303a4d4c926f9ec67606ee44f8c..805b0b24489d379168d8cff5b30fe30a6f199dfe 100644
--- a/chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h
+++ b/chrome/browser/extensions/api/declarative_webrequest/webrequest_rules_registry.h
@@ -76,7 +76,8 @@ class WebRequestRulesRegistry : public RulesRegistry {
// |cache_delegate| can be NULL. In that case it constructs the registry with
// storage functionality suspended.
WebRequestRulesRegistry(Profile* profile,
- RulesCacheDelegate* cache_delegate);
+ RulesCacheDelegate* cache_delegate,
+ const WebViewKey& webview_key);
// TODO(battre): This will become an implementation detail, because we need
// a way to also execute the actions of the rules.

Powered by Google App Engine
This is Rietveld 408576698