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

Unified Diff: chrome/common/chrome_notification_types.h

Issue 14230005: Remove all code for chrome.experimental.speechInput extension API (Closed) Base URL: https://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 8 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/common/chrome_notification_types.h
===================================================================
--- chrome/common/chrome_notification_types.h (revision 194035)
+++ chrome/common/chrome_notification_types.h (working copy)
@@ -650,15 +650,6 @@
// source is the profile.
NOTIFICATION_EXTENSION_OMNIBOX_DEFAULT_SUGGESTION_CHANGED,
- // Sent when a recording session for speech input has started.
- NOTIFICATION_EXTENSION_SPEECH_INPUT_RECORDING_STARTED,
-
- // Sent when a recording session for speech input has stopped.
- NOTIFICATION_EXTENSION_SPEECH_INPUT_RECORDING_STOPPED,
-
- // Sent when a recording session for speech input has failed.
- NOTIFICATION_EXTENSION_SPEECH_INPUT_FAILED,
-
// Sent when the extension updater starts checking for updates to installed
// extensions. The source is a Profile, and there are no details.
NOTIFICATION_EXTENSION_UPDATING_STARTED,

Powered by Google App Engine
This is Rietveld 408576698