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

Unified Diff: extensions/browser/api/declarative_webrequest/webrequest_action.cc

Issue 900203003: Clean up of plumbing HostID in declarative content API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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: extensions/browser/api/declarative_webrequest/webrequest_action.cc
diff --git a/extensions/browser/api/declarative_webrequest/webrequest_action.cc b/extensions/browser/api/declarative_webrequest/webrequest_action.cc
index 6d79227fdee71e6ad042f04c83f75a6e2d63a7c1..1a777cef2d8e6593931b50ac07deacc3d92c1a96 100644
--- a/extensions/browser/api/declarative_webrequest/webrequest_action.cc
+++ b/extensions/browser/api/declarative_webrequest/webrequest_action.cc
@@ -514,7 +514,6 @@ bool WebRequestAction::HasPermission(const InfoMap* extension_info_map,
// static
scoped_refptr<const WebRequestAction> WebRequestAction::Create(
content::BrowserContext* browser_context,
- const HostID& host_id,
const Extension* extension,
const base::Value& json_action,
std::string* error,

Powered by Google App Engine
This is Rietveld 408576698