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

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

Issue 589153002: Remove void* in WebRequestEventRouterDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase. Created 6 years, 3 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/web_request/web_request_api.h
diff --git a/chrome/browser/extensions/api/web_request/web_request_api.h b/chrome/browser/extensions/api/web_request/web_request_api.h
index 064606c3e2580f3528d2c51b1a618a59a1bd3616..f66d671f00e4cb6de2d68f5ba2e6c36149c407f2 100644
--- a/chrome/browser/extensions/api/web_request/web_request_api.h
+++ b/chrome/browser/extensions/api/web_request/web_request_api.h
@@ -378,6 +378,15 @@ class ExtensionWebRequestEventRouter
uint64 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,
+ scoped_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.

Powered by Google App Engine
This is Rietveld 408576698