| 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 ada44cfdefc8d8e7a59cd218d05220714b284c8a..88caa3d67190ad7ffab57dccde0df1cb77b6a630 100644
|
| --- a/components/ntp_tiles/most_visited_sites.h
|
| +++ b/components/ntp_tiles/most_visited_sites.h
|
| @@ -158,10 +158,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);
|
|
|