Index: components/ntp_tiles/most_visited_sites.h |
diff --git a/components/ntp_tiles/most_visited_sites.h b/components/ntp_tiles/most_visited_sites.h |
index 2d77e18fc0aa34c3da8293a9b2ef10714e14da56..2fa02face3df2d04d9eb2cc991423b5c0e229e3b 100644 |
--- a/components/ntp_tiles/most_visited_sites.h |
+++ b/components/ntp_tiles/most_visited_sites.h |
@@ -161,6 +161,10 @@ class MostVisitedSites : public history::TopSitesObserver, |
~MostVisitedSites() override; |
+#if defined(OS_ANDROID) |
+ static bool Register(JNIEnv* env); |
+#endif |
+ |
// Does not take ownership of |observer|, which must outlive this object and |
// must not be null. |
void SetMostVisitedURLsObserver(Observer* observer, int num_sites); |