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

Unified Diff: extensions/browser/api/web_request/web_request_api.h

Issue 2077723002: [Extensions] Short-circuit activity logging if not enabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add Test Created 4 years, 6 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/web_request/web_request_api.h
diff --git a/extensions/browser/api/web_request/web_request_api.h b/extensions/browser/api/web_request/web_request_api.h
index 51948382bbccf4f8f4e6086db1f71ea2b89b79ab..c830faf819d3389be5e3385f93f13307e4f9fe57 100644
--- a/extensions/browser/api/web_request/web_request_api.h
+++ b/extensions/browser/api/web_request/web_request_api.h
@@ -372,14 +372,6 @@ class ExtensionWebRequestEventRouter
uint64_t request_id,
EventResponse* response);
- // Logs an extension action.
- void LogExtensionActivity(void* browser_context_id,
- bool is_incognito,
- const std::string& extension_id,
- const GURL& url,
- const std::string& api_call,
- std::unique_ptr<base::DictionaryValue> details);
-
// Processes the generated deltas from blocked_requests_ on the specified
// request. If |call_back| is true, the callback registered in
// |blocked_requests_| is called.
« no previous file with comments | « extensions/browser/api/extensions_api_client.cc ('k') | extensions/browser/api/web_request/web_request_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698