Chromium Code Reviews| Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/pdf_processor.js |
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/pdf_processor.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/pdf_processor.js |
| index 1cfa2cc9472654f1bead7c1181d83d253500866d..8329fa702cefdacb5fe379be93b0e4d463614211 100644 |
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/pdf_processor.js |
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/pdf_processor.js |
| @@ -31,7 +31,8 @@ cvox.PdfProcessor.processEmbeddedPdfs = function() { |
| } |
| if (!info.copyable) { |
| cvox.ChromeVox.tts.speak( |
| - 'Unable to access copy-protected PDF. Skipping.'); |
| + 'Unable to access copy-protected PDF. Skipping.', |
|
Peter Lundblad
2014/09/29 13:51:04
I know this is not the purpose of this CL, but sin
dmazzoni
2014/09/30 22:01:19
Done.
|
| + cvox.QueueMode.QUEUE); |
| continue; |
| } |