Bug 1885602 - Part 5: Implement navigating to the SUMO help topic from the menu heade...
[gecko.git] / dom / ipc / nsILoginDetectionService.idl
blob123318d5db6bfde55353a2b0b66a7ea42b8d5ca8
1 /* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
5 #include "nsISupports.idl"
7 interface nsIURI;
9 [scriptable, uuid(4c3c9a82-722a-4b0b-9c7d-36ef90135537)]
10 interface nsILoginDetectionService : nsISupports
12 /**
13 * called to initialize the login detection service.
15 void init();
17 /**
18 * Returns true if we have loaded logins from the password manager.
19 * This is now used by testcase only.
21 boolean isLoginsLoaded();