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