| Index: chrome/browser/speech/tts_android.h
|
| diff --git a/chrome/browser/speech/tts_android.h b/chrome/browser/speech/tts_android.h
|
| index f7a3e20d067ac00c7c29bf628b373d8f993e8a88..1c21a919229a420a327bb11998f2665a4ad6ddcc 100644
|
| --- a/chrome/browser/speech/tts_android.h
|
| +++ b/chrome/browser/speech/tts_android.h
|
| @@ -41,9 +41,7 @@ class TtsPlatformImplAndroid : public TtsPlatformImpl {
|
|
|
| // Static functions.
|
| static TtsPlatformImplAndroid* GetInstance();
|
| -#if BUILDFLAG(ANDROID_JAVA_UI)
|
| static bool Register(JNIEnv* env);
|
| -#endif
|
|
|
| private:
|
| friend struct base::DefaultSingletonTraits<TtsPlatformImplAndroid>;
|
|
|