Skip to content

Commit

Permalink
Start removing support for the experimental x-webkit-speech API
Browse files Browse the repository at this point in the history
The API has been considered deprecated for some time, and was disabled
in https://src.chromium.org/viewvc/blink?revision=171373&view=revision

BUG=223198
TBR=jam@chromium.org

Review URL: https://codereview.chromium.org/260903010

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@267937 0039d316-1c4b-4281-b951-d872f2087c98
  • Loading branch information
hans@chromium.org committed May 2, 2014
1 parent c660de1 commit 25bed92
Show file tree
Hide file tree
Showing 68 changed files with 21 additions and 4,140 deletions.
6 changes: 0 additions & 6 deletions build/ios/grit_whitelist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -833,12 +833,6 @@ IDS_SHOW_HISTORY
IDS_SIGNED_IN_WITH_SYNC_DISABLED
IDS_SIGNED_IN_WITH_SYNC_SUPPRESSED
IDS_SIGNIN_ERROR_BUBBLE_VIEW_TITLE
IDS_SPEECH_INPUT_ABORTED
IDS_SPEECH_INPUT_MIC_ERROR
IDS_SPEECH_INPUT_NET_ERROR
IDS_SPEECH_INPUT_NO_MIC
IDS_SPEECH_INPUT_NO_RESULTS
IDS_SPEECH_INPUT_NO_SPEECH
IDS_SSL_BLOCKING_PAGE_TITLE
IDS_SYNC_ACCOUNT_SYNCING_TO_USER
IDS_SYNC_ACCOUNT_SYNCING_TO_USER_WITH_MANAGE_LINK
Expand Down
5 changes: 0 additions & 5 deletions chrome/app/chrome_command_ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -343,11 +343,6 @@
// Context menu items in the status tray
#define IDC_STATUS_TRAY_KEEP_CHROME_RUNNING_IN_BACKGROUND 51100

// Context menu items for speech recognition
#define IDC_SPEECH_INPUT_MENU 51200
#define IDC_CONTENT_CONTEXT_SPEECH_INPUT_FILTER_PROFANITIES 51201
#define IDC_CONTENT_CONTEXT_SPEECH_INPUT_ABOUT 51202

// Context menu items for media stream status tray
#define IDC_MEDIA_STREAM_DEVICE_STATUS_TRAY 51300
#define IDC_MEDIA_CONTEXT_MEDIA_STREAM_CAPTURE_LIST_FIRST 51301
Expand Down
28 changes: 0 additions & 28 deletions chrome/app/generated_resources.grd
Original file line number Diff line number Diff line change
Expand Up @@ -13329,34 +13329,6 @@ Some features may be unavailable. Please check that the profile exists and you
Keep using <ph name="CURRENT_GOOGLE_HOST">$1<ex>google.fr</ex></ph>
</message>

<message name="IDS_SPEECH_INPUT_BUBBLE_HEADING" desc="First line in the content area of the speech input bubble. Instructs the user that they can start speaking.">
Speak now
</message>
<message name="IDS_SPEECH_INPUT_ABORTED" desc="Message shown when speech recognition is aborted (due to another request).">
Speech recognition was aborted.
</message>
<message name="IDS_SPEECH_INPUT_MIC_ERROR" desc="Message shown when audio recording failed with an error during speech recognition.">
There was a problem with your microphone.
</message>
<message name="IDS_SPEECH_INPUT_NO_MIC" desc="Message shown when speech recognizer could not find a suitable microphone or other audio input device.">
No microphone found.
</message>
<message name="IDS_SPEECH_INPUT_NO_SPEECH" desc="Message shown when speech recognizer detected no speech in the recorded audio.">
No speech heard.
</message>
<message name="IDS_SPEECH_INPUT_NO_RESULTS" desc="Message shown when speech recognizer returned zero results.">
Speech not recognized.
</message>
<message name="IDS_SPEECH_INPUT_TRY_AGAIN" desc="Text shown on a button to retry speech recognition">
Try again
</message>
<message name="IDS_SPEECH_INPUT_NET_ERROR" desc="Message shown when a network error occurred and no results were received from the recognition server.">
Connection to speech servers failed.
</message>
<message name="IDS_SPEECH_INPUT_MIC_SETTINGS" desc="Text displayed on a button or link to open the microphone settings window.">
Microphone settings
</message>

<message name="IDS_IMAGE_FILES" desc="The description of the image file extensions in the select file dialog.">
Image Files
</message>
Expand Down
Loading

0 comments on commit 25bed92

Please sign in to comment.