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

Unified Diff: chrome/browser/importer/importer.h

Issue 160341: First cut at Firefox import on OSX + stubs for Safari import. (Closed)
Patch Set: Address Stuart's comments. Created 11 years, 5 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/browser/importer/importer.h
diff --git a/chrome/browser/importer/importer.h b/chrome/browser/importer/importer.h
index 839725aabcc457a7d438a935a1f1487ddc1cc34f..c98313f60fd28a97d509fd9dfc40e961db9b2492 100644
--- a/chrome/browser/importer/importer.h
+++ b/chrome/browser/importer/importer.h
@@ -36,6 +36,7 @@ enum ProfileType {
#endif
FIREFOX2,
FIREFOX3,
+ SAFARI,
stuartmorgan 2009/07/29 20:22:37 ifdef-ing here too?
GOOGLE_TOOLBAR5,
// Identifies a 'bookmarks.html' file.
BOOKMARKS_HTML
@@ -292,6 +293,9 @@ class ImporterHost : public base::RefCounted<ImporterHost>,
#endif
void DetectFirefoxProfiles();
void DetectGoogleToolbarProfiles();
+#if defined(OS_MACOSX)
+ void DetectSafariProfiles();
+#endif
NotificationRegistrar registrar_;

Powered by Google App Engine
This is Rietveld 408576698