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

Unified Diff: chrome/browser/extensions/api/declarative/test_rules_registry.cc

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/test_rules_registry.cc
diff --git a/chrome/browser/extensions/api/declarative/test_rules_registry.cc b/chrome/browser/extensions/api/declarative/test_rules_registry.cc
index b5c2475bb88a00d69e09c55c795ea9c704d2d287..c335fbf829f20765aad2978c5abbae048096fc78 100644
--- a/chrome/browser/extensions/api/declarative/test_rules_registry.cc
+++ b/chrome/browser/extensions/api/declarative/test_rules_registry.cc
@@ -14,7 +14,8 @@ TestRulesRegistry::TestRulesRegistry(content::BrowserThread::ID owner_thread,
event_name,
owner_thread,
false /*log_storage_init_delay, this is ignored*/,
- NULL /*ui_part*/) {}
+ NULL /*ui_part*/,
+ WebViewKey(0, 0)) {}
TestRulesRegistry::TestRulesRegistry(
Profile* profile,
@@ -25,7 +26,8 @@ TestRulesRegistry::TestRulesRegistry(
event_name,
owner_thread,
false /*log_storage_init_delay*/,
- ui_part) {}
+ ui_part,
+ WebViewKey(0, 0)) {}
std::string TestRulesRegistry::AddRulesImpl(
const std::string& extension_id,

Powered by Google App Engine
This is Rietveld 408576698