Chromium Code Reviews| 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) |