diff options
author | pkasting <pkasting@chromium.org> | 2015-01-07 14:40:16 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-07 22:41:01 +0000 |
commit | cd7c9d17c3d471e00136542092f167fb60e4244f (patch) | |
tree | 021b643486b0324131c312664bca2133043a99c0 /chrome/browser/android/logo_service.cc | |
parent | f48cead580e6c82a8f3c4ac2a493249da780ee28 (diff) | |
download | chromium_src-cd7c9d17c3d471e00136542092f167fb60e4244f.zip chromium_src-cd7c9d17c3d471e00136542092f167fb60e4244f.tar.gz chromium_src-cd7c9d17c3d471e00136542092f167fb60e4244f.tar.bz2 |
Remove the GoogleURLTracker infobar functionality entirely.
Now instead of prompting the user which search domain they would like when they
perform a search after Chrome has detected a new search domain, we just accept
what searchdomaincheck tells us immediately.
If the domain changes with existing search pages open, we don't reload those
pages on the new domain, as we did with the infobar if you clicked the button to
change domains; doing so could interrupt what the user is doing and will
certainly be surprising. We just allow future searches to use the new domain.
BUG=421174
TEST=A machine moved among different countries should automatically change search domains to the local domains (on network switch or Chrome restart) without prompting the user
Review URL: https://codereview.chromium.org/808253006
Cr-Commit-Position: refs/heads/master@{#310395}
Diffstat (limited to 'chrome/browser/android/logo_service.cc')
-rw-r--r-- | chrome/browser/android/logo_service.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/android/logo_service.cc b/chrome/browser/android/logo_service.cc index 141b09f..f9d3252 100644 --- a/chrome/browser/android/logo_service.cc +++ b/chrome/browser/android/logo_service.cc @@ -9,7 +9,6 @@ #include "chrome/browser/image_decoder.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/search_engines/template_url_service_factory.h" -#include "components/google/core/browser/google_url_tracker.h" #include "components/google/core/browser/google_util.h" #include "components/keyed_service/content/browser_context_dependency_manager.h" #include "components/search_engines/template_url_service.h" |