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. |