| Index: chrome/utility/importer/ie_importer_win.h
|
| diff --git a/chrome/utility/importer/ie_importer_win.h b/chrome/utility/importer/ie_importer_win.h
|
| index 1d3803437d67ad2f983ca86d94ac8714632b09a7..acf5527dbf6296a24340deffae46d87c6807855e 100644
|
| --- a/chrome/utility/importer/ie_importer_win.h
|
| +++ b/chrome/utility/importer/ie_importer_win.h
|
| @@ -76,8 +76,11 @@ class IEImporter : public Importer {
|
| // Determines which version of IE is in use.
|
| int CurrentIEVersion() const;
|
|
|
| + // Set to true when importing favorites from old Edge on Windows 10.
|
| + bool edge_import_mode_;
|
| +
|
| // IE does not have source path. It's used in unit tests only for providing a
|
| - // fake source.
|
| + // fake source and it's used if importing old Edge favorites on Windows 10.
|
| base::FilePath source_path_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(IEImporter);
|
|
|