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

Issue 1105443003: Add net_log events for the Data Reduction Proxy config service client. (Closed)

Created:
5 years, 8 months ago by jeremyim
Modified:
5 years, 7 months ago
Reviewers:
bengr, eroman
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add net_log events for the Data Reduction Proxy config service client. The start and completion of the config retrieval requests will be logged, and made available to the chrome://net-internals/#bandwidth page. BUG=466753 Committed: https://crrev.com/3074bf4dcf5b9a89ede7cba949f3e4ef606d40ac Cr-Commit-Position: refs/heads/master@{#327389}

Patch Set 1 : Rebase #

Patch Set 2 : Rebase #

Total comments: 8

Patch Set 3 : bengr CR comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+196 lines, -43 lines) Patch
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.h View 5 chunks +15 lines, -3 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client.cc View 5 chunks +14 lines, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h View 1 1 chunk +4 lines, -3 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc View 1 2 chunks +14 lines, -7 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_service.h View 1 chunk +4 lines, -3 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_service.cc View 1 chunk +11 lines, -6 lines 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc View 1 2 chunks +9 lines, -5 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.h View 2 chunks +20 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_event_creator.cc View 1 2 3 chunks +56 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_event_storage_delegate.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_event_storage_delegate_test_utils.h View 1 chunk +1 line, -0 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_event_storage_delegate_test_utils.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.h View 2 chunks +3 lines, -3 lines 0 comments Download
M components/data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc View 1 chunk +10 lines, -10 lines 0 comments Download
M net/log/net_log_event_type_list.h View 1 2 chunks +21 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (4 generated)
jeremyim
PTAL. bengr => data_reduction_proxy* mef => net_log_event_type_list.h Thanks! =)
5 years, 8 months ago (2015-04-22 23:20:24 UTC) #2
bengr
https://codereview.chromium.org/1105443003/diff/40001/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc (right): https://codereview.chromium.org/1105443003/diff/40001/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc#newcode109 components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc:109: test_context_->io_data()->config(), test_context_->event_creator(), Forward declare the event creator and net ...
5 years, 8 months ago (2015-04-27 22:49:42 UTC) #4
jeremyim
https://codereview.chromium.org/1105443003/diff/40001/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc File components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc (right): https://codereview.chromium.org/1105443003/diff/40001/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc#newcode109 components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc:109: test_context_->io_data()->config(), test_context_->event_creator(), On 2015/04/27 22:49:42, bengr wrote: > Forward ...
5 years, 8 months ago (2015-04-28 00:04:25 UTC) #5
bengr
lgtm
5 years, 7 months ago (2015-04-28 16:53:37 UTC) #6
jeremyim
eroman => Please take a look at net_log_event_type_list.h Thanks!
5 years, 7 months ago (2015-04-28 20:02:07 UTC) #8
eroman
net/log/* LGTM
5 years, 7 months ago (2015-04-28 21:44:28 UTC) #9
jeremyim
Thank you for looking at this! =)
5 years, 7 months ago (2015-04-28 21:49:24 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1105443003/60001
5 years, 7 months ago (2015-04-28 21:50:17 UTC) #12
commit-bot: I haz the power
Committed patchset #3 (id:60001)
5 years, 7 months ago (2015-04-28 23:29:36 UTC) #13
commit-bot: I haz the power
5 years, 7 months ago (2015-04-28 23:30:36 UTC) #14
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/3074bf4dcf5b9a89ede7cba949f3e4ef606d40ac
Cr-Commit-Position: refs/heads/master@{#327389}

Powered by Google App Engine
This is Rietveld 408576698