diff options
author | brg@chromium.com <brg@chromium.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-23 23:43:55 +0000 |
---|---|---|
committer | brg@chromium.com <brg@chromium.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-23 23:43:55 +0000 |
commit | 3ada41b2341303941e4f01b8986bee567bfde14d (patch) | |
tree | 773d38b6fc22b80b4f5e42bcba6c2fe73a795c32 /chrome/browser/importer/importer.h | |
parent | 7c8be2f37c801c90c06e10041631b35a378f4b64 (diff) | |
download | chromium_src-3ada41b2341303941e4f01b8986bee567bfde14d.zip chromium_src-3ada41b2341303941e4f01b8986bee567bfde14d.tar.gz chromium_src-3ada41b2341303941e4f01b8986bee567bfde14d.tar.bz2 |
Pull toolbar importer from trunk.
This change was requested by personalization.
Review URL: http://codereview.chromium.org/18550
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8598 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, 0 insertions, 2 deletions
diff --git a/chrome/browser/importer/importer.h b/chrome/browser/importer/importer.h index e169eb7..a94047d 100644 --- a/chrome/browser/importer/importer.h +++ b/chrome/browser/importer/importer.h @@ -30,7 +30,6 @@ enum ProfileType { MS_IE = 0, FIREFOX2, FIREFOX3, - GOOGLE_TOOLBAR5, // Identifies a 'bookmarks.html' file. BOOKMARKS_HTML }; @@ -279,7 +278,6 @@ class ImporterHost : public base::RefCounted<ImporterHost>, // Helper methods for detecting available profiles. void DetectIEProfiles(); void DetectFirefoxProfiles(); - void DetectGoogleToolbarProfiles(); // The list of profiles with the default one first. std::vector<ProfileInfo*> source_profiles_; |