| Index: components/google/core/browser/google_url_tracker_client.h
|
| diff --git a/components/google/core/browser/google_url_tracker_client.h b/components/google/core/browser/google_url_tracker_client.h
|
| index 81f9a1e9f2592e73106f2b11a0ee6bceb7d2f5c2..45c101b5fabfb26d41bd97c9059932afb8c551c9 100644
|
| --- a/components/google/core/browser/google_url_tracker_client.h
|
| +++ b/components/google/core/browser/google_url_tracker_client.h
|
| @@ -44,12 +44,6 @@ class GoogleURLTrackerClient {
|
| // should use.
|
| virtual net::URLRequestContextGetter* GetRequestContext() = 0;
|
|
|
| - // Returns whether |url| is for a Google domain.
|
| - // TODO(blundell): Eliminate this method in favor of having callers call
|
| - // google_util::IsGoogleDomainURL() directly once google_util is
|
| - // componentized. crbug.com/381088
|
| - virtual bool IsGoogleDomainURL(const GURL& url) = 0;
|
| -
|
| protected:
|
| GoogleURLTracker* google_url_tracker() { return google_url_tracker_; }
|
|
|
|
|