diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-16 20:50:58 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-16 20:50:58 +0000 |
commit | 4f0012c1ea5181d8aa6aec67f0648e77aa068fc7 (patch) | |
tree | b358cabcb1145ec55eec14ce4c4a1cdbb0d8ae3a /chrome/browser/importer/toolbar_importer.h | |
parent | d9a749a5a13a338b799aee241905a4ab557ec80c (diff) | |
download | chromium_src-4f0012c1ea5181d8aa6aec67f0648e77aa068fc7.zip chromium_src-4f0012c1ea5181d8aa6aec67f0648e77aa068fc7.tar.gz chromium_src-4f0012c1ea5181d8aa6aec67f0648e77aa068fc7.tar.bz2 |
Remove importer views that aren't used any more.
BUG=none
TEST=trybots
Review URL: http://codereview.chromium.org/6674019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78428 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/importer/toolbar_importer.h')
-rw-r--r-- | chrome/browser/importer/toolbar_importer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/importer/toolbar_importer.h b/chrome/browser/importer/toolbar_importer.h index 5c28a71..5f358d8 100644 --- a/chrome/browser/importer/toolbar_importer.h +++ b/chrome/browser/importer/toolbar_importer.h @@ -42,7 +42,7 @@ class Toolbar5Importer : public URLFetcher::Delegate, public Importer { Toolbar5Importer(); // Importer: - // ImportDialogView calls this method to begin the process. |items| should + // The importer view calls this method to begin the process. |items| should // only either be NONE or FAVORITES, since as of right now these are the only // items this importer supports. virtual void StartImport(const importer::ProfileInfo& profile_info, @@ -50,7 +50,7 @@ class Toolbar5Importer : public URLFetcher::Delegate, public Importer { ImporterBridge* bridge) OVERRIDE; // Importer view call this method when the user clicks the cancel button - // in the ImportDialogView UI. We need to post a message to our loop + // in the tabbed options UI. We need to post a message to our loop // to cancel network retrieval. virtual void Cancel(); |