Chromium Code Reviews| Index: chrome/browser/speech/tts_platform.cc |
| diff --git a/chrome/browser/speech/tts_platform.cc b/chrome/browser/speech/tts_platform.cc |
| index 482f041c9db92c7ab3c7bb4bb11c2cacacbeefe8..977078a77e3f44cac48efcba8aecbc987df75e70 100644 |
| --- a/chrome/browser/speech/tts_platform.cc |
| +++ b/chrome/browser/speech/tts_platform.cc |
| @@ -6,7 +6,8 @@ |
| #include <string> |
| -bool TtsPlatformImpl::LoadBuiltInTtsExtension(Profile* profile) { |
| +bool TtsPlatformImpl::LoadBuiltInTtsExtension( |
| + content::BrowserContext* browser_context) { |
| return false; |
| } |