Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2608)

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/spoken_messages.js

Issue 2939273002: DO NOT SUBMIT: what chrome/browser/resources/ could eventually look like with clang-format (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/spoken_messages.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/spoken_messages.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/spoken_messages.js
index dc72579c805f739afb056235e425dd80d9b6439f..9364fa6f5b94b6940b3e15dfc74f987bb8ed697d 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/spoken_messages.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/spoken_messages.js
@@ -52,8 +52,8 @@ cvox.SpokenMessages.speak = function(mode) {
throw 'Invalid message received.';
var finalText = Msgs.getMsg.apply(Msgs, message.id);
- cvox.ChromeVox.tts.speak(finalText, mode,
- cvox.AbstractTts.PERSONALITY_ANNOUNCEMENT);
+ cvox.ChromeVox.tts.speak(
+ finalText, mode, cvox.AbstractTts.PERSONALITY_ANNOUNCEMENT);
// Always queue after the first message.
mode = cvox.QueueMode.QUEUE;

Powered by Google App Engine
This is Rietveld 408576698