| Index: chrome/browser/speech/chrome_speech_recognition_manager_delegate.h
|
| diff --git a/chrome/browser/speech/chrome_speech_recognition_manager_delegate.h b/chrome/browser/speech/chrome_speech_recognition_manager_delegate.h
|
| index f59e451ca377b740d2139111c90338e45c9f647a..eb1f4d5b8cc1aa36e32e62d5e56b06f14056f711 100644
|
| --- a/chrome/browser/speech/chrome_speech_recognition_manager_delegate.h
|
| +++ b/chrome/browser/speech/chrome_speech_recognition_manager_delegate.h
|
| @@ -59,6 +59,15 @@ class ChromeSpeechRecognitionManagerDelegate
|
| private:
|
| class OptionalRequestInfo;
|
|
|
| + // Shows the recognition tray icon for a given |context_name|, eventually
|
| + // with a notification balloon. The balloon is shown only once per profile
|
| + // for a given context_name. |render_process_id| is required to lookup the
|
| + // profile associated with the renderer that initiated the recognition.
|
| + static void ShowTrayIconOnUIThread(
|
| + const std::string& context_name,
|
| + int render_process_id,
|
| + scoped_refptr<SpeechRecognitionTrayIconController> tray_icon_controller);
|
| +
|
| // Checks for VIEW_TYPE_TAB_CONTENTS host in the UI thread and notifies back
|
| // the result in the IO thread through |callback|.
|
| static void CheckRenderViewType(
|
|
|