Commit 6803e2c
[UNO-d] Remove sync references in devtools strings
Preferences can now be saved to Google account for signed-in users
without enabling Chrome Sync on Win/Mac/Linux (crrev.com/c/6239792,
ChromeOS experiment is in progress). That is, `arePreferencesSynced` can
be true with `isSyncActive` false.
Meanwhile, users cannot toggle devtools settings sync if either
`isSyncActive` or `arePreferencesSynced` is false. Since the
`isSyncActive` condition is redundant on applicable platforms, we will
default `isSyncActive` to true in crrev.com/c/6965039. Setting sync
toggle-ability should then only depend on `arePreferencesSynced`..
Eventually, the current Sync model will be deprecated. This CL updates
the strings accordingly.
Bug: 441694920
Change-Id: Ib78fc28e922b26d3cc78eb8b2e57d50bae5e44c8
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6956108
Reviewed-by: Wolfgang Beyer <[email protected]>
Commit-Queue: Duong Dac <[email protected]>
Reviewed-by: Ergün Erdoğmuş <[email protected]>1 parent 2b6d68f commit 6803e2c
File tree
3 files changed
+7
-8
lines changed- front_end
- entrypoints/main
- panels/settings/components
3 files changed
+7
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | | - | |
| 193 | + | |
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| |||
789 | 789 | | |
790 | 790 | | |
791 | 791 | | |
792 | | - | |
| 792 | + | |
793 | 793 | | |
794 | 794 | | |
795 | 795 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments