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

Unified Diff: chrome/common/importer/importer_bridge.h

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
« no previous file with comments | « chrome/chrome_utility.gypi ('k') | chrome/common/importer/importer_data_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/importer/importer_bridge.h
diff --git a/chrome/common/importer/importer_bridge.h b/chrome/common/importer/importer_bridge.h
index 3e6dbdeb8551bf07bfd2635a303654c583eb33ca..880f03dfdcefce36c4a862e362010e5eea8450a8 100644
--- a/chrome/common/importer/importer_bridge.h
+++ b/chrome/common/importer/importer_bridge.h
@@ -29,7 +29,7 @@ namespace importer {
struct ImporterIE7PasswordInfo;
#endif
struct ImporterURlRow;
-struct URLKeywordInfo;
+struct SearchEngineInfo;
}
class ImporterBridge : public base::RefCountedThreadSafe<ImporterBridge> {
@@ -54,7 +54,7 @@ class ImporterBridge : public base::RefCountedThreadSafe<ImporterBridge> {
importer::VisitSource visit_source) = 0;
virtual void SetKeywords(
- const std::vector<importer::URLKeywordInfo>& url_keywords,
+ const std::vector<importer::SearchEngineInfo>& search_engines,
bool unique_on_host_and_path) = 0;
// The search_engine_data vector contains XML data retrieved from the Firefox
« no previous file with comments | « chrome/chrome_utility.gypi ('k') | chrome/common/importer/importer_data_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698