| 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 07820bd674983f6a1335a03ca7921cd15f27d213..b2f96c24708742bc8ea34ca83ba3a33f5ee4b7e0 100644
|
| --- a/components/ntp_tiles/most_visited_sites.h
|
| +++ b/components/ntp_tiles/most_visited_sites.h
|
| @@ -153,10 +153,6 @@ 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);
|
|
|