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

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

Issue 1465853002: Implement support for importing favorites from Edge on Windows 10. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing include files Created 5 years 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_type.h
diff --git a/chrome/common/importer/importer_type.h b/chrome/common/importer/importer_type.h
index 5837cb35cc6999979b7ec9aa30c4388b867153c0..c172f8a5bc534465ff4d063a52f9bb510b7e36af 100644
--- a/chrome/common/importer/importer_type.h
+++ b/chrome/common/importer/importer_type.h
@@ -24,7 +24,10 @@ enum ImporterType {
TYPE_SAFARI = 3,
#endif
// Value 4 was the (now deleted) Google Toolbar importer.
- TYPE_BOOKMARKS_FILE = 5 // Identifies a 'bookmarks.html' file.
+ TYPE_BOOKMARKS_FILE = 5, // Identifies a 'bookmarks.html' file.
+#if defined(OS_WIN)
+ TYPE_EDGE = 6,
+#endif
};
} // namespace importer

Powered by Google App Engine
This is Rietveld 408576698