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

Issue 2603213002: Disable tracking of visits to bookmarks in incognito (Closed)

Created:
3 years, 11 months ago by jkrcal
Modified:
3 years, 11 months ago
CC:
chromium-reviews
Target Ref:
refs/pending/branch-heads/2924
Project:
chromium
Visibility:
Public.

Description

Disable tracking of visits to bookmarks in incognito Date of the last visit to any bookmarked page is stored to BookmarkModel. Previously, this happens in off-the-record profiles as well. This CL fixes the issue. BUG=662382 Had to manually resolve (trivial) conflicts within drover when merging to M56, so I add TBR. TBR=avi@chromium.org,bauerb@chromium.org,battre@chromium.org Review-Url: https://codereview.chromium.org/2572433002 Cr-Commit-Position: refs/heads/master@{#438845} (cherry picked from commit 1e385fa1c19d96f343594a0623a7985adb50c483) Committed: https://chromium.googlesource.com/chromium/src/+/62f09cadded58c144c804dfacf0ef7305247ad90

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -13 lines) Patch
M chrome/browser/ntp_snippets/bookmark_last_visit_updater.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ntp_snippets/bookmark_last_visit_updater.cc View 4 chunks +11 lines, -11 lines 0 comments Download
A chrome/browser/ntp_snippets/bookmark_last_visit_updater_unittest.cc View 1 chunk +104 lines, -0 lines 0 comments Download
M chrome/browser/ui/tab_helpers.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6 (3 generated)
jkrcal
Committed patchset #1 (id:1) manually as 62f09cadded58c144c804dfacf0ef7305247ad90.
3 years, 11 months ago (2017-01-02 11:50:03 UTC) #2
jkrcal
Heads-up: I manually resolved conflicts when merging to M56. (I added TBR= info after landing ...
3 years, 11 months ago (2017-01-02 11:59:28 UTC) #5
jkrcal
3 years, 11 months ago (2017-01-03 09:19:15 UTC) #6
Message was sent while issue was closed.
A revert of this CL (patchset #1 id:1) has been created in
https://codereview.chromium.org/2606283003/ by jkrcal@chromium.org.

The reason for reverting is: bookmark_last_visit_updater_unittest.cc does not
compile on the M56 branch. 

Signature of one function that I use in the unit-test is different from the one
on trunk, I need to fix it..

Powered by Google App Engine
This is Rietveld 408576698