Index: chrome/browser/android/tab_android.cc |
diff --git a/chrome/browser/android/tab_android.cc b/chrome/browser/android/tab_android.cc |
index ed5094f94f9f08d7c1153d65fb4dcac1a2020199..864d33259f0bf466863b7508f76c35057c436f93 100644 |
--- a/chrome/browser/android/tab_android.cc |
+++ b/chrome/browser/android/tab_android.cc |
@@ -304,7 +304,8 @@ void TabAndroid::SwapTabContents(content::WebContents* old_contents, |
did_finish_load); |
} |
-void TabAndroid::DefaultSearchProviderChanged() { |
+void TabAndroid::DefaultSearchProviderChanged( |
+ bool google_base_url_domain_changed) { |
// TODO(kmadhusu): Move this function definition to a common place and update |
// BrowserInstantController::DefaultSearchProviderChanged to use the same. |
if (!web_contents()) |