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

Unified Diff: chrome/common/importer/importer_data_types.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: Created 6 years, 3 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/common/importer/importer_data_types.h
diff --git a/chrome/common/importer/importer_data_types.h b/chrome/common/importer/importer_data_types.h
index d9594e76d08b4c5cb643ce808a8dde78a3cfb910..7cd8ba5d8c6b637287293389d3088bb89683a2ea 100644
--- a/chrome/common/importer/importer_data_types.h
+++ b/chrome/common/importer/importer_data_types.h
@@ -52,6 +52,7 @@ struct URLKeywordInfo {
GURL url;
base::string16 keyword;
base::string16 display_name;
+ base::string16 raw_url; // holds raw url when GURL contains invalid url.
Peter Kasting 2014/10/01 01:02:54 As earlier, I think it would be better to only hav
Tapu Ghose 2014/10/07 02:02:44 I agree. As mentioned earlier, I would use raw_url
};
#if defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698