| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/editing.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing.js
|
| index fdaae35208ca355be84628daa4f8b443a57c98d6..4679dd3dee3af47bef5b8d50f1c0ca6dad864834 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/editing.js
|
| @@ -45,7 +45,7 @@ editing.TextEditHandler = function(node) {
|
| * Flag set to indicate whether ChromeVox uses experimental rich text support.
|
| * @type {boolean}
|
| */
|
| -editing.useRichText = false;
|
| +editing.useRichText = true;
|
|
|
| editing.TextEditHandler.prototype = {
|
| /** @return {!AutomationNode} */
|
|
|