diff options
Diffstat (limited to 'chrome/browser/resources/options/browser_options.js')
| -rw-r--r-- | chrome/browser/resources/options/browser_options.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/resources/options/browser_options.js b/chrome/browser/resources/options/browser_options.js index 60c23a2..2b63e80 100644 --- a/chrome/browser/resources/options/browser_options.js +++ b/chrome/browser/resources/options/browser_options.js @@ -2327,11 +2327,10 @@ cr.define('options', function() { }; /** - * Hides Android Apps settings when they are not available. - * (Chrome OS only). + * Hides Android Apps settings when they are not available (ChromeOS only). */ BrowserOptions.hideAndroidAppsSection = function() { - var section = $('android-apps-section'); + var section = $('andorid-apps-section'); if (section) section.hidden = true; }; |
