DescriptionExtensions: Add metrics for Web Request API actions.
This CL adds metrics for how the Web Request API is used. The following actions
are logged per web request stage:
-CANCEL : Web request is cancelled
-REDIRECT : Web request is redirected
-MODIFY_REQUEST_HEADERS : Request headers are modified
-MODIFY_RESPONSE_HEADERS : Response headers are modified
-SET_AUTH_CREDENTIALS : Auth credentials are set.
BUG=696822
Review-Url: https://codereview.chromium.org/2708923005
Cr-Commit-Position: refs/heads/master@{#453466}
Committed: https://chromium.googlesource.com/chromium/src/+/741177620dfb8253a9e35560b37e412202090d2a
Patch Set 1 #Patch Set 2 : -- #
Total comments: 1
Patch Set 3 : Remove cookie handling #Patch Set 4 : Rebase #Patch Set 5 : Correct comment. #
Total comments: 4
Patch Set 6 : Change when logging is done. #
Total comments: 4
Patch Set 7 : Address review. #Patch Set 8 : Rename enum WebRequestAction -> RequestAction in histograms.xml to be in line with the implementation. #
Messages
Total messages: 28 (19 generated)
|