| Index: chrome/browser/search_engines/util.h
|
| diff --git a/chrome/browser/search_engines/util.h b/chrome/browser/search_engines/util.h
|
| index e517ba609f50bdf7afcba4fec1e4308bd198b9e4..265f1e970cd00516856674640fb7813ac9a87630 100644
|
| --- a/chrome/browser/search_engines/util.h
|
| +++ b/chrome/browser/search_engines/util.h
|
| @@ -40,4 +40,13 @@ void GetSearchProvidersUsingKeywordResult(
|
| const TemplateURL** default_search_provider,
|
| int* new_resource_keyword_version);
|
|
|
| +// Verifies the default search provider setting and returns the result of
|
| +// the check and the backup default search provider.
|
| +// |*backup_default_search_provider| can be NULL if the original setting is
|
| +// lost.
|
| +bool VerifyDefaultSearchProviderUsingKeywordResult(
|
| + const WDTypedResult& result,
|
| + const std::vector<TemplateURL*>& template_urls,
|
| + const TemplateURL** backup_default_search_provider);
|
| +
|
| #endif // CHROME_BROWSER_SEARCH_ENGINES_UTIL_H_
|
|
|