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

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

Issue 566413002: Remove dependencies of chrome in web_request_api_helper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/web_request/web_request_api_helpers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/web_request/web_request_api_helpers.h
diff --git a/chrome/browser/extensions/api/web_request/web_request_api_helpers.h b/chrome/browser/extensions/api/web_request/web_request_api_helpers.h
index 86c48f9197331d527a3ad6b0c3c5137e65ba2967..b5a25771f6e01d66fef932e4a931b0f516838de0 100644
--- a/chrome/browser/extensions/api/web_request/web_request_api_helpers.h
+++ b/chrome/browser/extensions/api/web_request/web_request_api_helpers.h
@@ -305,10 +305,11 @@ bool MergeOnAuthRequiredResponses(
void ClearCacheOnNavigation();
// Tells renderer processes that the web request or declarative web request
-// API has been used by |extension| in profile |profile_id| to collect
-// UMA statistics on Page Load Times. Needs to be called on the UI thread.
+// API has been used by |extension| in browser_context |browser_context_id| to
+// collect UMA statistics on Page Load Times. Needs to be called on the UI
+// thread.
void NotifyWebRequestAPIUsed(
- void* profile_id,
+ void* browser_context_id,
scoped_refptr<const extensions::Extension> extension);
} // namespace extension_web_request_api_helpers
« no previous file with comments | « no previous file | chrome/browser/extensions/api/web_request/web_request_api_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698