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

Unified Diff: chrome/utility/importer/external_process_importer_bridge.cc

Issue 616763002: Importing certain bookmarks from firefox and HTML file as search engines. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed dependency issue. Created 5 years, 11 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/utility/importer/external_process_importer_bridge.cc
diff --git a/chrome/utility/importer/external_process_importer_bridge.cc b/chrome/utility/importer/external_process_importer_bridge.cc
index 0ea6971cdb22e32df2b480d9d0259eae52ade1eb..eef5685f8763d4e6ebdc604471704b274a935244 100644
--- a/chrome/utility/importer/external_process_importer_bridge.cc
+++ b/chrome/utility/importer/external_process_importer_bridge.cc
@@ -126,10 +126,10 @@ void ExternalProcessImporterBridge::SetHistoryItems(
}
void ExternalProcessImporterBridge::SetKeywords(
- const std::vector<importer::URLKeywordInfo>& url_keywords,
+ const std::vector<importer::SearchEngineInfo>& search_engines,
bool unique_on_host_and_path) {
Send(new ProfileImportProcessHostMsg_NotifyKeywordsReady(
- url_keywords, unique_on_host_and_path));
+ search_engines, unique_on_host_and_path));
}
void ExternalProcessImporterBridge::SetFirefoxSearchEnginesXMLData(
« no previous file with comments | « chrome/utility/importer/external_process_importer_bridge.h ('k') | chrome/utility/importer/firefox_importer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698