Index: chrome/browser/speech/tts_controller.h |
diff --git a/chrome/browser/speech/tts_controller.h b/chrome/browser/speech/tts_controller.h |
index 441b05f7a511d84761c36b8221743f71ed0396f3..d7c4e03af1c6b1f087545c3901d41449f30ffbcb 100644 |
--- a/chrome/browser/speech/tts_controller.h |
+++ b/chrome/browser/speech/tts_controller.h |
@@ -101,6 +101,9 @@ class TtsEngineDelegate { |
// Load the built-in component extension for ChromeOS. |
virtual bool LoadBuiltInTtsExtension(Profile* profile) = 0; |
+ |
+ // Return the profile associated with the renderer |
dmazzoni
2014/08/11 07:23:09
Nit: end sentence with period.
|
+ virtual Profile* GetProfile(int render_process_id) = 0; |
dmazzoni
2014/08/11 07:23:09
If you want to move TtsController to content, then
|
}; |
// Class that wants to receive events on utterances. |