Chromium Code Reviews| 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..5da38c264cb1ac19ba864518ba9989da6e1ba98c 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 to the renderer that initiated the recognition. |
|
hans
2012/06/11 15:52:15
s/to/with/
Primiano Tucci (use gerrit)
2012/06/11 17:03:22
Done.
|
| + 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( |