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

Issue 12381081: History: Add UMA collection for full history sync. (Closed)

Created:
7 years, 9 months ago by Patrick Dubroy
Modified:
7 years, 9 months ago
Reviewers:
James Hawkins
CC:
chromium-reviews
Visibility:
Public.

Description

History: Add UMA collection for full history sync. In order to keep track of how many visits from the local DB also appeared on the server, this CL changes the way local entries are combined with entries from the server. Rather than mixing the results in a single list when they arrive, they are kept separate until just before they are returned to the front end. This also fixes a bug where the merged view would not be correct if less than |max_count| unique results were received from the history server. BUG=177073 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=186440

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address nits. #

Patch Set 3 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+138 lines, -38 lines) Patch
M chrome/browser/ui/webui/history_ui.h View 1 4 chunks +24 lines, -12 lines 0 comments Download
M chrome/browser/ui/webui/history_ui.cc View 1 2 16 chunks +114 lines, -26 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Patrick Dubroy
James, please take a look.
7 years, 9 months ago (2013-03-04 18:20:20 UTC) #1
James Hawkins
LGTM with nits. https://codereview.chromium.org/12381081/diff/1/chrome/browser/ui/webui/history_ui.h File chrome/browser/ui/webui/history_ui.h (right): https://codereview.chromium.org/12381081/diff/1/chrome/browser/ui/webui/history_ui.h#newcode42 chrome/browser/ui/webui/history_ui.h:42: base::Time time, const std::set<int64>& timestamps, nit: ...
7 years, 9 months ago (2013-03-04 19:09:45 UTC) #2
Patrick Dubroy
https://codereview.chromium.org/12381081/diff/1/chrome/browser/ui/webui/history_ui.h File chrome/browser/ui/webui/history_ui.h (right): https://codereview.chromium.org/12381081/diff/1/chrome/browser/ui/webui/history_ui.h#newcode42 chrome/browser/ui/webui/history_ui.h:42: base::Time time, const std::set<int64>& timestamps, On 2013/03/04 19:09:45, James ...
7 years, 9 months ago (2013-03-05 13:15:54 UTC) #3
Patrick Dubroy
7 years, 9 months ago (2013-03-06 15:21:27 UTC) #4
Message was sent while issue was closed.
Committed patchset #3 manually as r186440 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698