Commit 348b6fa5 authored by Kevin Schoedel's avatar Kevin Schoedel Committed by Commit Bot

Revert "Add definition of window.speechSynthesis for cast"

This reverts commit 05654b06.

Reason for revert: Name error causes conflict.

Original change's description:
> Add definition of window.speechSynthesis for cast
> 
> This is used by Chromevox.
> 
> Bug: b/110195060
> Test: manual
> Change-Id: I9e22aacf0c3335d70eb92ea9b66f6e11a7ef2f7c
> Reviewed-on: https://chromium-review.googlesource.com/1105028
> Commit-Queue: Kevin Schoedel <kpschoedel@chromium.org>
> Reviewed-by: Alex Sakhartchouk <alexst@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#568493}

TBR=alexst@chromium.org,kpschoedel@chromium.org,rmrossi@chromium.org

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: b/110195060
Change-Id: I35230adbfdb5042f622900335c96f62bff17a3c8
Reviewed-on: https://chromium-review.googlesource.com/1112161Reviewed-by: default avatarKevin Schoedel <kpschoedel@chromium.org>
Commit-Queue: Kevin Schoedel <kpschoedel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#569699}
parent c34e85b4
......@@ -73,7 +73,6 @@ void CastExtensionsDispatcherDelegate::PopulateSourceMap(
source_map->RegisterSource("automationEvent", IDR_AUTOMATION_EVENT_JS);
source_map->RegisterSource("automationNode", IDR_AUTOMATION_NODE_JS);
source_map->RegisterSource("tabs", IDR_TABS_CUSTOM_BINDINGS_JS);
source_map->RegisterSource("automationNode", IDR_SPEECH_SYNTHESIS_JS);
}
void CastExtensionsDispatcherDelegate::RequireAdditionalModules(
......
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
//
// Imported from //chrome/browser/resources/chromeos/select_to_speak/externs.js
window.speechSynthesis = {};
......@@ -14,7 +14,6 @@
<include name="IDR_AUTOMATION_NODE_JS" file="extensions\automation\automation_node.js" type="BINDATA" />
<include name="IDR_TABS_CUSTOM_BINDINGS_JS" file="extensions\tabs_custom_bindings.js" type="BINDATA" />
<include name="IDR_TTS_CUSTOM_BINDINGS_JS" file="extensions\tts_custom_bindings.js" type="BINDATA" />
<include name="IDR_SPEECH_SYNTHESIS_JS" file="extensions\speech_synthesis.js" type="BINDATA" />
</includes>
</release>
</grit>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment