Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(278)

Unified Diff: components/google/core/browser/google_url_tracker_client.h

Issue 333723002: Componentize google_util (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + build fix Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/google/core/browser/google_url_tracker.cc ('k') | components/google/core/browser/google_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_; }
« no previous file with comments | « components/google/core/browser/google_url_tracker.cc ('k') | components/google/core/browser/google_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698