| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.js
|
| index c2eb5bd55dc8469392a961d41f695ec5f05be52e..a93365a55959d9d397e033bc80388b1dad1906a3 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel.js
|
| @@ -69,7 +69,7 @@ Panel.init = function() {
|
| * @type {boolean}
|
| * @private
|
| */
|
| - this.menusEnabled_ = false;
|
| + this.menusEnabled_ = localStorage['useNext'] == 'true';
|
|
|
| /**
|
| * A callback function to be executed to perform the action from selecting
|
|
|