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

Issue 10837123: Add histograms to NetworkChangeNotifier to identify ways to improve interface (Closed)

Created:
8 years, 4 months ago by pauljensen
Modified:
8 years, 4 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Add histograms to NetworkChangeNotifier to identify ways to improve interface and narrow down offline false-positives. BUG=124069 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151325

Patch Set 1 #

Patch Set 2 : Register HistogramWatcher Observers on I/O thread. Rename Net.NCN to NCN. #

Total comments: 20

Patch Set 3 : Address szym's comments and nits. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -0 lines) Patch
M chrome/browser/io_thread.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M net/base/network_change_notifier.h View 1 3 chunks +15 lines, -0 lines 0 comments Download
M net/base/network_change_notifier.cc View 1 2 4 chunks +121 lines, -0 lines 0 comments Download
M net/url_request/url_request.cc View 1 2 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
pauljensen
I broke off this CL from 10843072 and addressed syzm's comments. WRT the concern over ...
8 years, 4 months ago (2012-08-06 15:17:56 UTC) #1
szym
On 2012/08/06 15:17:56, pauljensen wrote: > I could > see race conditions with |offline_packets_received_| which ...
8 years, 4 months ago (2012-08-06 16:17:42 UTC) #2
pauljensen
With my latest patch set it only runs on the I/O thread.
8 years, 4 months ago (2012-08-06 20:06:32 UTC) #3
szym
http://codereview.chromium.org/10837123/diff/5/chrome/browser/io_thread.cc File chrome/browser/io_thread.cc (right): http://codereview.chromium.org/10837123/diff/5/chrome/browser/io_thread.cc#newcode398 chrome/browser/io_thread.cc:398: // Setup the HistogramWatcher to run on the I/O ...
8 years, 4 months ago (2012-08-08 20:41:17 UTC) #4
szym
LGTM, after our offline discussion about interpreting the prospective results.
8 years, 4 months ago (2012-08-08 20:57:56 UTC) #5
pauljensen
I think I addressed prior comments and nits as we had discussed offline. If you ...
8 years, 4 months ago (2012-08-13 15:42:03 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pauljensen@chromium.org/10837123/10001
8 years, 4 months ago (2012-08-13 15:45:07 UTC) #7
commit-bot: I haz the power
Presubmit check for 10837123-10001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-08-13 15:45:13 UTC) #8
pauljensen
Ben, Could you please approve the one line of code in chrome/browser/io_thread.cc? Thanks, Paul
8 years, 4 months ago (2012-08-13 17:30:51 UTC) #9
pauljensen
Oops, wrong Ben, my apologies. On 2012/08/13 17:30:51, pauljensen wrote: > Ben, > > Could ...
8 years, 4 months ago (2012-08-13 17:38:17 UTC) #10
pauljensen
Ben, Could you please approve the one line of code in chrome/browser/io_thread.cc? Thanks, Paul
8 years, 4 months ago (2012-08-13 17:38:38 UTC) #11
Ben Goodger (Google)
lgtm
8 years, 4 months ago (2012-08-13 17:48:21 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pauljensen@chromium.org/10837123/10001
8 years, 4 months ago (2012-08-13 18:00:05 UTC) #13
commit-bot: I haz the power
8 years, 4 months ago (2012-08-13 19:20:53 UTC) #14
Change committed as 151325

Powered by Google App Engine
This is Rietveld 408576698