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

Unified Diff: chrome/browser/ui/browser_instant_controller.h

Issue 930853005: [Instant] Default Search Provider change redirects to local NTP in some cases (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: referrer + transition type Created 5 years, 10 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
Index: chrome/browser/ui/browser_instant_controller.h
diff --git a/chrome/browser/ui/browser_instant_controller.h b/chrome/browser/ui/browser_instant_controller.h
index 6e35ae9b76a0ce9b9ade48148b9f95cc4adb0f66..b8bf95e03ba31001d66e1cc2c274264dd69ba4f9 100644
--- a/chrome/browser/ui/browser_instant_controller.h
+++ b/chrome/browser/ui/browser_instant_controller.h
@@ -53,7 +53,8 @@ class BrowserInstantController : public SearchModelObserver,
const SearchModel::State& new_state) override;
// InstantServiceObserver:
- void DefaultSearchProviderChanged() override;
+ void DefaultSearchProviderChanged(
+ bool google_base_url_domain_changed) override;
// Replaces the contents at tab |index| with |new_contents| and deletes the
// existing contents.

Powered by Google App Engine
This is Rietveld 408576698