| // Copyright 2016 The Chromium Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| module mojom; | |
| // This brings in a definition for ModuleEvent. | |
| import "chrome/common/conflicts/module_event_win.mojom"; | |
| // Interface for a remote module database. | |
| interface ModuleDatabase { | |
| // Notifies the module database of a module event in a remote process. | |
| OnModuleEvent(uint32 process_id, ModuleEvent module_event); | |
| }; |