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

Unified Diff: chrome/browser/profile_resetter/resettable_settings_snapshot.cc

Issue 343823002: Move GenerateSearchURL() and GenerateKeyword() from TemplateURLService to TemplateURL (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 6 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/profile_resetter/resettable_settings_snapshot.cc
diff --git a/chrome/browser/profile_resetter/resettable_settings_snapshot.cc b/chrome/browser/profile_resetter/resettable_settings_snapshot.cc
index 7c876ab81bbeffbf57ec21b6b6f104db633ea48d..555475a7b02a0a1e1bcf513d72628626987bb3ae 100644
--- a/chrome/browser/profile_resetter/resettable_settings_snapshot.cc
+++ b/chrome/browser/profile_resetter/resettable_settings_snapshot.cc
@@ -313,8 +313,7 @@ scoped_ptr<base::ListValue> GetReadableFeedbackForSnapshot(
if (dse) {
AddPair(list.get(),
l10n_util::GetStringUTF16(IDS_RESET_PROFILE_SETTINGS_DSE),
- TemplateURLService::GenerateSearchURL(
- dse, service->search_terms_data()).host());
+ dse->GenerateSearchURL(service->search_terms_data()).host());
}
if (snapshot.shortcuts_determined()) {

Powered by Google App Engine
This is Rietveld 408576698