michael@0: /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ michael@0: /* This Source Code Form is subject to the terms of the Mozilla Public michael@0: * License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ michael@0: michael@0: #include "nsIShellService.idl" michael@0: michael@0: [scriptable, uuid(89b0a761-d9a0-4c39-ab83-d81566459a31)] michael@0: interface nsIWindowsShellService : nsIShellService michael@0: { michael@0: /** michael@0: * Provides the shell service an opportunity to do some Win7+ shortcut michael@0: * maintenance needed on initial startup of the browser. michael@0: */ michael@0: void shortcutMaintenance(); michael@0: }; michael@0: