| Index: chrome/browser/ui/app_list/speech_recognizer_delegate.h
|
| diff --git a/chrome/browser/ui/app_list/speech_recognizer_delegate.h b/chrome/browser/ui/app_list/speech_recognizer_delegate.h
|
| index 2ce420613af6d4adee7572bebe8c38681e69d835..100c96bf2f05eaa7504088b663daf01d4c823e09 100644
|
| --- a/chrome/browser/ui/app_list/speech_recognizer_delegate.h
|
| +++ b/chrome/browser/ui/app_list/speech_recognizer_delegate.h
|
| @@ -33,11 +33,6 @@ class SpeechRecognizerDelegate {
|
| virtual void OnSpeechRecognitionStateChanged(
|
| SpeechRecognitionState new_state) = 0;
|
|
|
| - // Return a WebContents that is whitelisted to use the speech recognizer.
|
| - // TODO(amistry): This is an implementation detail that shouldn't be
|
| - // necessary. Somehow, eliminate this dependency.
|
| - virtual content::WebContents* GetSpeechContents() = 0;
|
| -
|
| // Get the OAuth2 scope and token to pass to the speech recognizer. Does not
|
| // modify the arguments if no auth token is available or allowed.
|
| virtual void GetSpeechAuthParameters(std::string* auth_scope,
|
|
|