Linux Mac OSX Windows

Implemented by


  
[scriptable, uuid(8a59ea3d-b8d0-48af-a3e2-63e27a02cde7)]
interface nsILoginManagerIEMigrationHelper : nsISupports

Methods

 Takes a login provided from nsIEProfileMigrator, migrates it to the
 current login manager format, and adds it to the list of stored logins.

 @param aLogin
        The login to be migrated.

 Note: In some cases, multiple logins may be created from a single input
       when the format is ambigious.

void migrateAndAddLogin(in nsILoginInfo aLogin)