Reviewer source(s):
rus...@google.com is from context(googleclient/chrome/chromium_gwsq/components/sync/config.gwsq)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Rushan, can I get your review on tools/metrics/histograms/metadata/sync/enums.xml and chrome/browser/sync/prefs/chrome_syncable_prefs_database.cc?
And Jesse, can I get your review on tools/typescript/definitions/developer_private.d.ts?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Thanks, Eva! This looks pretty good!
One comment, and I'm going to punt the review of //chrome/browser/resources/extensions -> kelvinjiang@.
source->AddBoolean(
"extensionsPinnedByDefault",
profile->GetPrefs()->GetBoolean(prefs::kExtensionsPinnedByDefault));Given this is exposed in the ProfileInfo in developerPrivate, I don't think we also need it exposed this way. Can we just use the one from the profile info instead of having two?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
source->AddBoolean(
"extensionsPinnedByDefault",
profile->GetPrefs()->GetBoolean(prefs::kExtensionsPinnedByDefault));Given this is exposed in the ProfileInfo in developerPrivate, I don't think we also need it exposed this way. Can we just use the one from the profile info instead of having two?
Good catch! I've removed this configuration from ExtensionsUI and verified via demo that the behavior is still WAI
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |