diff options
author | brg@chromium.com <brg@chromium.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-16 22:59:02 +0000 |
---|---|---|
committer | brg@chromium.com <brg@chromium.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-16 22:59:02 +0000 |
commit | 9b7ef69113c8a5c7eb6c1e51af506547c32d6fe4 (patch) | |
tree | 6abfdc143b6050a4b0d480baed150260dbdade57 /chrome/browser/importer/importer.h | |
parent | 6256397c0cbb5d88e47676a7414f71669ddc638a (diff) | |
download | chromium_src-9b7ef69113c8a5c7eb6c1e51af506547c32d6fe4.zip chromium_src-9b7ef69113c8a5c7eb6c1e51af506547c32d6fe4.tar.gz chromium_src-9b7ef69113c8a5c7eb6c1e51af506547c32d6fe4.tar.bz2 |
Re-introducing the toolbar importer code.This is the same code that was removed in CL http://codereview.chromium.org/18550.The UI will be reworked in a CL immediately following review/submission of this code.Please contact Nick Baum for information regarding this change.
Review URL: http://codereview.chromium.org/66065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13895 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/importer/importer.h')
-rw-r--r-- | chrome/browser/importer/importer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/importer/importer.h b/chrome/browser/importer/importer.h index f4f4f07..46ce03e 100644 --- a/chrome/browser/importer/importer.h +++ b/chrome/browser/importer/importer.h @@ -32,6 +32,7 @@ enum ProfileType { #endif FIREFOX2, FIREFOX3, + GOOGLE_TOOLBAR5, // Identifies a 'bookmarks.html' file. BOOKMARKS_HTML }; @@ -284,6 +285,7 @@ class ImporterHost : public base::RefCounted<ImporterHost>, void DetectIEProfiles(); #endif void DetectFirefoxProfiles(); + void DetectGoogleToolbarProfiles(); // The list of profiles with the default one first. std::vector<ProfileInfo*> source_profiles_; |