| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/notifications.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/notifications.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/notifications.js
|
| index e07e88b7bf735b00a81b0c42172c5fef1f61c20d..a28109f97644661db0c56e2f32857958900781ff 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/notifications.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/notifications.js
|
| @@ -24,7 +24,8 @@ UpdateNotification.prototype = {
|
| /** @return {boolean} */
|
| shouldShow: function() {
|
| return !localStorage['notifications_update_notification_shown'] &&
|
| - chrome.runtime.getManifest().version >= '53';
|
| + chrome.runtime.getManifest().version >= '53' &&
|
| + cvox.ChromeVox.isChromeOS;
|
| },
|
|
|
| /** Shows the notification. */
|
|
|