| 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 dc486866726170f36c88bcd4d5fb9d4e8af4ba3a..81f9a1e9f2592e73106f2b11a0ee6bceb7d2f5c2 100644
|
| --- a/components/google/core/browser/google_url_tracker_client.h
|
| +++ b/components/google/core/browser/google_url_tracker_client.h
|
| @@ -50,12 +50,6 @@ class GoogleURLTrackerClient {
|
| // componentized. crbug.com/381088
|
| virtual bool IsGoogleDomainURL(const GURL& url) = 0;
|
|
|
| - // Appends the Google locale as a param to |url|.
|
| - // TODO(blundell): Eliminate this method in favor of having callers call
|
| - // google_util::AppendGoogleLocaleParam() directly once google_util is
|
| - // componentized. crbug.com/381088
|
| - virtual GURL AppendGoogleLocaleParam(const GURL& url) = 0;
|
| -
|
| protected:
|
| GoogleURLTracker* google_url_tracker() { return google_url_tracker_; }
|
|
|
|
|