DescriptionAdd 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
Dependent Patchsets: Messages
Total messages: 17 (8 generated)
|