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

Unified Diff: extensions/browser/api/declarative/test_rules_registry.h

Issue 764643002: Remove WebViewKey in rules registry. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renaming move "remove rules registry for webview" part to WebViewGuest. Created 6 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: extensions/browser/api/declarative/test_rules_registry.h
diff --git a/extensions/browser/api/declarative/test_rules_registry.h b/extensions/browser/api/declarative/test_rules_registry.h
index d42877f1c6a663ac69d5b0408d269a687af11a36..04460d42cb9d5f2705086f56a7d2978a57807fc9 100644
--- a/extensions/browser/api/declarative/test_rules_registry.h
+++ b/extensions/browser/api/declarative/test_rules_registry.h
@@ -14,13 +14,12 @@ class TestRulesRegistry : public RulesRegistry {
public:
TestRulesRegistry(content::BrowserThread::ID owner_thread,
const std::string& event_name,
- const WebViewKey& webview_key);
- TestRulesRegistry(
- content::BrowserContext* browser_context,
- const std::string& event_name,
- content::BrowserThread::ID owner_thread,
- RulesCacheDelegate* cache_delegate,
- const WebViewKey& webview_key);
+ int rules_registry_id);
+ TestRulesRegistry(content::BrowserContext* browser_context,
+ const std::string& event_name,
+ content::BrowserThread::ID owner_thread,
+ RulesCacheDelegate* cache_delegate,
+ int rules_registry_id);
// RulesRegistry implementation:
std::string AddRulesImpl(

Powered by Google App Engine
This is Rietveld 408576698