Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4195)

Unified Diff: chrome/browser/speech/tts_android.h

Issue 2619603002: Remove android_java_ui as it is not used (Closed)
Patch Set: Rebase to master Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..6095c0fc4010fe6b63ba46ce3e576f9cbe81aaa4 100644
--- a/chrome/browser/speech/tts_android.h
+++ b/chrome/browser/speech/tts_android.h
@@ -9,7 +9,6 @@
#include "base/android/scoped_java_ref.h"
#include "base/macros.h"
#include "chrome/browser/speech/tts_platform.h"
-#include "chrome/common/features.h"
class TtsPlatformImplAndroid : public TtsPlatformImpl {
public:
@@ -41,9 +40,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>;

Powered by Google App Engine
This is Rietveld 408576698