Index: chrome/browser/speech/extension_api/tts_extension_api_platform.h |
diff --git a/chrome/browser/speech/extension_api/tts_extension_api_platform.h b/chrome/browser/speech/extension_api/tts_extension_api_platform.h |
index 21397c753020819cd8d38b968fcb7526afaa97b8..26bdbae8c34948ee2f8bc600038f5050b7af7a48 100644 |
--- a/chrome/browser/speech/extension_api/tts_extension_api_platform.h |
+++ b/chrome/browser/speech/extension_api/tts_extension_api_platform.h |
@@ -53,6 +53,9 @@ class ExtensionTtsPlatformImpl { |
protected: |
ExtensionTtsPlatformImpl() {} |
+ |
+ // On some platforms this may be a leaky singleton - do not rely on the |
+ // destructor being called! http://crbug.com/122026 |
virtual ~ExtensionTtsPlatformImpl() {} |
std::string error_; |