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

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

Issue 2442213003: Remove dead extensions tracking code. (Closed)
Patch Set: rebase Created 4 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/web_request/web_request_api_helpers.h
diff --git a/extensions/browser/api/web_request/web_request_api_helpers.h b/extensions/browser/api/web_request/web_request_api_helpers.h
index 049a5bb71dc4d84e8dea88cb6d7f429f40f3993c..c66c28416e9b4a3711cf851517e3de4fb3a41c3e 100644
--- a/extensions/browser/api/web_request/web_request_api_helpers.h
+++ b/extensions/browser/api/web_request/web_request_api_helpers.h
@@ -329,17 +329,6 @@ bool MergeOnAuthRequiredResponses(
// Triggers clearing each renderer's in-memory cache the next time it navigates.
void ClearCacheOnNavigation();
-// Tells renderer processes that the web request or declarative web request
-// API has been used by the extension with the given |extension_id| in the
-// given |browser_context_id| to collect UMA statistics on Page Load Times.
-// Needs to be called on the UI thread.
-void NotifyWebRequestAPIUsed(void* browser_context_id,
- const std::string& extension_id);
-
-// Send updates to |host| with information about what webRequest-related
-// extensions are installed.
-void SendExtensionWebRequestStatusToHost(content::RenderProcessHost* host);
-
// Converts the |name|, |value| pair of a http header to a HttpHeaders
// dictionary.
std::unique_ptr<base::DictionaryValue> CreateHeaderDictionary(
« no previous file with comments | « extensions/browser/api/web_request/web_request_api.cc ('k') | extensions/browser/api/web_request/web_request_api_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698