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

Unified Diff: chrome/browser/android/locale/locale_manager.h

Issue 2898823002: Add metrics for search engine promo and search widget (Closed)
Patch Set: Created 3 years, 7 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/android/locale/locale_manager.h
diff --git a/chrome/browser/android/locale/locale_manager.h b/chrome/browser/android/locale/locale_manager.h
index 792dcf79362b19a442f38a2867e7e08ad64201f4..bdbca5a78bb4aeb19c745cdf051a8a90aa166137 100644
--- a/chrome/browser/android/locale/locale_manager.h
+++ b/chrome/browser/android/locale/locale_manager.h
@@ -8,6 +8,7 @@
#include <jni.h>
#include <string>
+#include "base/android/scoped_java_ref.h"
Ted C 2017/05/22 21:57:02 shouldn't need this since it doesn't seem to be re
Yusuf 2017/05/22 22:31:14 Done.
#include "base/macros.h"
// Provides access to the locale specific customizations on Android.
@@ -19,4 +20,6 @@ class LocaleManager {
DISALLOW_IMPLICIT_CONSTRUCTORS(LocaleManager);
};
+bool RegisterLocaleManager(JNIEnv* env);
+
#endif // CHROME_BROWSER_ANDROID_LOCALE_LOCALE_MANAGER_H_

Powered by Google App Engine
This is Rietveld 408576698