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

Unified Diff: chrome/browser/importer/profile_import_process_messages.h

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/importer/profile_import_process_messages.h
===================================================================
--- chrome/browser/importer/profile_import_process_messages.h (revision 90805)
+++ chrome/browser/importer/profile_import_process_messages.h (working copy)
@@ -360,7 +360,7 @@
p->set_date_created(date_created);
p->set_last_modified(last_modified);
p->set_usage_count(usage_count);
- p->set_prepopulate_id(prepopulate_id);
+ p->SetPrepopulateId(prepopulate_id);
return true;
}
static void Log(const param_type& p, std::string* l) {
« no previous file with comments | « no previous file | chrome/browser/search_engines/template_url.h » ('j') | chrome/browser/search_engines/template_url.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698