Chromium Code Reviews
DescriptionSplit the footer in ClearBrowsingDataPreferences into two paragraphs
The footer in the CBD preferences currently contains three sentences.
We add a fourth sentence mentioning that the user's Google account may
contain other forms of browsing history.
We then split the footer into two paragraphs, each represented by a new
TextMessageWithLinkPreference class. One paragraph contains the two
sentences related to Google Account and is decorated with the Google "G"
icon. The other one contains general information and is decorated with
an (i) icon.
The "G" paragraph is only shown to signed-in users, and the sentence about
other forms of browsing history is only shown after a callback from web
history service shows that they exist (to be done in a followup CL).
The (i) paragraph is shown permanently.
We also remove the "Learn more" preference at the bottom of the layout,
and instead embed it as a clickable link at the end of the (i) paragraph.
Design doc:
https://docs.google.com/document/d/1ZMDSAd44KmzKhqXPjobZOf9rZezs6VqiBnqpDD0auCU/
Mocks:
https://docs.google.com/presentation/d/1rpR3xB3aYFzXD0U--piuMq3y4XAmoYdawA2HC1cuEjM/
BUG=595332
Committed: https://crrev.com/07479cd26360d225d4872147bb701b922656a5a8
Cr-Commit-Position: refs/heads/master@{#385154}
Patch Set 1 #Patch Set 2 : XML layout #
Total comments: 35
Patch Set 3 : Addressed comments. #Patch Set 4 : Build file. #
Total comments: 1
Patch Set 5 : Fixed icons, added annotation. #Messages
Total messages: 18 (4 generated)
|