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

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: rebase 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/experimental_speech_input.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_notification_types.h
===================================================================
--- chrome/common/chrome_notification_types.h (revision 195413)
+++ 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,
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/common/extensions/api/experimental_speech_input.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698