Skip to content

Commit

Permalink
[clear-browsing-data] Change history string for 'sync is paused' state
Browse files Browse the repository at this point in the history
When sync is paused, the string for the history checkbox is changed from
"Clears history and autocompletions in the address bar. Your account may
have other forms of browsing history at myactivity.google.com."
to "Clears history and autocompletions in the address bar."

Bug: 893696
Change-Id: I1aba27b8902b39bc2e28e8e66e564a58327fcc33
Reviewed-on: https://chromium-review.googlesource.com/c/1280672
Reviewed-by: Scott Chen <[email protected]>
Commit-Queue: Thomas Tangl <[email protected]>
Cr-Original-Commit-Position: refs/heads/master@{#599712}(cherry picked from commit 6861eea)
Reviewed-on: https://chromium-review.googlesource.com/c/1284369
Reviewed-by: Thomas Tangl <[email protected]>
Cr-Commit-Position: refs/branch-heads/3578@{#59}
Cr-Branched-From: 4226ddf-refs/heads/master@{#599034}
  • Loading branch information
Thomas Tangl committed Oct 16, 2018
1 parent 244a521 commit 91940c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Polymer({
historySummarySignedIn, historySummarySynced) {
if (isSyncingHistory && !hasSyncError) {
return historySummarySynced;
} else if (isSignedIn) {
} else if (isSignedIn && !this.isSyncPaused_) {
return historySummarySignedIn;
}
return historySummary;
Expand Down

0 comments on commit 91940c6

Please sign in to comment.