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

Issue 1859373002: Add a one-time notice about other forms of browsing history. (Closed)

Created:
4 years, 8 months ago by msramek
Modified:
4 years, 8 months ago
Reviewers:
gone
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a one-time notice about other forms of browsing history. Design doc: https://docs.google.com/document/d/1ZMDSAd44KmzKhqXPjobZOf9rZezs6VqiBnqpDD0auCU/ Mocks: https://docs.google.com/presentation/d/1rpR3xB3aYFzXD0U--piuMq3y4XAmoYdawA2HC1cuEjM/ When the user deletes their browsing history in ClearBrowsingDataPreferences, we might show them a dialog about other forms of browsing history. The dialog is only shown once per profile (the shown state is stored in SharedPreferences) and is only shown to users for which the web history service finds that it is relevant. The web history service will have to make an asynchronous request to find this out, and will inform us by calling enableDialogAboutOtherFormsOfBrowsingHistory(). The web history service request and asynchronous callback is to be done in a follow-up CL. BUG=595332 Committed: https://crrev.com/b11f49b725456660d78267f78e4b10103c1ba20d Cr-Commit-Position: refs/heads/master@{#386050}

Patch Set 1 : #

Total comments: 3

Patch Set 2 : Static inner classes. #

Total comments: 34

Patch Set 3 : Addressed comments. #

Patch Set 4 : Rebase #

Total comments: 2

Messages

Total messages: 17 (8 generated)
msramek
Hi Dan, can you please have a look? I normally send these reviews to newt@, ...
4 years, 8 months ago (2016-04-06 17:24:23 UTC) #5
gone
Didn't see anything egregious here... lgtm % my comments to avoid another world rotation on ...
4 years, 8 months ago (2016-04-07 21:05:27 UTC) #6
msramek
Thanks a lot, Dan! Especially for being mindful about the time zone delays and my ...
4 years, 8 months ago (2016-04-08 11:20:43 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1859373002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1859373002/100001
4 years, 8 months ago (2016-04-08 11:32:33 UTC) #10
commit-bot: I haz the power
Committed patchset #4 (id:100001)
4 years, 8 months ago (2016-04-08 12:08:59 UTC) #12
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/b11f49b725456660d78267f78e4b10103c1ba20d Cr-Commit-Position: refs/heads/master@{#386050}
4 years, 8 months ago (2016-04-08 12:09:51 UTC) #14
gone
If you could follow up and move the variables, that'd be great. https://chromiumcodereview.appspot.com/1859373002/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/ClearBrowsingDataPreferences.java File chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/ClearBrowsingDataPreferences.java ...
4 years, 8 months ago (2016-04-08 17:16:34 UTC) #15
msramek
https://chromiumcodereview.appspot.com/1859373002/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/ClearBrowsingDataPreferences.java File chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/ClearBrowsingDataPreferences.java (right): https://chromiumcodereview.appspot.com/1859373002/diff/100001/chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/ClearBrowsingDataPreferences.java#newcode135 chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/ClearBrowsingDataPreferences.java:135: private boolean mIsDialogAboutOtherFormsOfBrowsingHistoryEnabled; On 2016/04/08 17:16:33, dfalcantara wrote: > ...
4 years, 8 months ago (2016-04-08 17:32:50 UTC) #16
gone
4 years, 8 months ago (2016-04-08 17:33:49 UTC) #17
Message was sent while issue was closed.
On 2016/04/08 17:32:50, msramek wrote:
>
https://chromiumcodereview.appspot.com/1859373002/diff/100001/chrome/android/...
> File
>
chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/ClearBrowsingDataPreferences.java
> (right):
> 
>
https://chromiumcodereview.appspot.com/1859373002/diff/100001/chrome/android/...
>
chrome/android/java/src/org/chromium/chrome/browser/preferences/privacy/ClearBrowsingDataPreferences.java:135:
> private boolean mIsDialogAboutOtherFormsOfBrowsingHistoryEnabled;
> On 2016/04/08 17:16:33, dfalcantara wrote:
> > Meant for these to get grouped with mProgressDialog and mItems below. 
Clearly
> > they weren't easy enough to find :/
> 
> Ah, right. Non-static under static. Will do right away.

I think you'd be fine if you just group it with 1870703002; I'm reviewing that
now.

Powered by Google App Engine
This is Rietveld 408576698