| Index: chrome/browser/ui/search_engines/template_url_table_model.cc
|
| diff --git a/chrome/browser/ui/search_engines/template_url_table_model.cc b/chrome/browser/ui/search_engines/template_url_table_model.cc
|
| index a8657d23397dc2e7354a2dc2d44a5ef72c472d9b..e7058f7169f2cce1a04a67b7c0193c79750baa79 100644
|
| --- a/chrome/browser/ui/search_engines/template_url_table_model.cc
|
| +++ b/chrome/browser/ui/search_engines/template_url_table_model.cc
|
| @@ -342,7 +342,7 @@ int TemplateURLTableModel::MakeDefaultTemplateURL(int index) {
|
| return -1;
|
|
|
| template_url_service_->RemoveObserver(this);
|
| - template_url_service_->SetDefaultSearchProvider(keyword);
|
| + template_url_service_->SetUserSelectedDefaultSearchProvider(keyword);
|
| template_url_service_->AddObserver(this);
|
|
|
| // The formatting of the default engine is different; notify the table that
|
|
|