| Index: content/public/browser/speech_recognition_manager_delegate.h
|
| diff --git a/content/public/browser/speech_recognition_manager_delegate.h b/content/public/browser/speech_recognition_manager_delegate.h
|
| index 4669e4e6fb5c13c67c34bf065b01657dc51035cd..7b729d16b30387eddc1d34270837002395039964 100644
|
| --- a/content/public/browser/speech_recognition_manager_delegate.h
|
| +++ b/content/public/browser/speech_recognition_manager_delegate.h
|
| @@ -28,7 +28,7 @@ class SpeechRecognitionManagerDelegate {
|
| // Checks (asynchronously) if current setup allows speech recognition.
|
| virtual void CheckRecognitionIsAllowed(
|
| int session_id,
|
| - base::Callback<void(int session_id, bool is_allowed)> callback) = 0;
|
| + base::Callback<void(bool ask_user, bool is_allowed)> callback) = 0;
|
|
|
| // Checks whether the delegate is interested (returning a non NULL ptr) or not
|
| // (returning NULL) in receiving a copy of all sessions events.
|
|
|