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

Unified Diff: chrome/browser/search_engines/template_url_prepopulate_data.cc

Issue 7230053: Modify TemplateURLRef to remove unknown URL parameters, but only when it represents a prepopulate... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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/search_engines/template_url_prepopulate_data.cc
===================================================================
--- chrome/browser/search_engines/template_url_prepopulate_data.cc (revision 90805)
+++ chrome/browser/search_engines/template_url_prepopulate_data.cc (working copy)
@@ -3400,7 +3400,7 @@
new_turl->set_input_encodings(turl_encodings);
new_turl->set_search_engine_type(search_engine_type);
new_turl->set_logo_id(logo_id);
- new_turl->set_prepopulate_id(id);
+ new_turl->SetPrepopulateId(id);
return new_turl;
}

Powered by Google App Engine
This is Rietveld 408576698