DescriptionFix typo in options2 browser_options.js
This will properly disable "Disconnect my account..." button on
ChromeOS.
cr.isChromeOs (note the last small "s", not capital "S")
returned "undefined" and thus "Disconnect..." button's
hidden attribute was always false (i.e. visible on ChromeOS).
BUG=116342
TEST=manually open chrome://settings with signed-in account and see
"Disconnect your google account" button won't appear.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=126842
Patch Set 1 #
Messages
Total messages: 5 (0 generated)
|