// Copyright 2016 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#import "ios/chrome/browser/voice/ui_bundled/voice_search_notification_names.h"
NSString* const kVoiceSearchWillShowNotification =
@"kVoiceSearchWillShowNotification";
NSString* const kVoiceSearchWillHideNotification =
@"kVoiceSearchWillHideNotification";
NSString* const kTTSAudioReadyForPlaybackNotification =
@"kTTSAudioReadyForPlaybackNotification";
NSString* const kTTSWillStartPlayingNotification =
@"kTTSWillStartPlayingNotification";
NSString* const kTTSDidStopPlayingNotification =
@"kTTSDidStopPlayingNotification";