Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(51)

Unified Diff: chrome/common/conflicts/module_database_win.mojom

Issue 2576843002: [win] Create ModuleDatabase and ModuleEventSinkImpl. (Closed)
Patch Set: Fix small bug. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/conflicts/module_event_sink_win.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/conflicts/module_database_win.mojom
diff --git a/chrome/common/conflicts/module_database_win.mojom b/chrome/common/conflicts/module_database_win.mojom
deleted file mode 100644
index 2bce402c277630c8a0f0b0634adfe694657df3dd..0000000000000000000000000000000000000000
--- a/chrome/common/conflicts/module_database_win.mojom
+++ /dev/null
@@ -1,14 +0,0 @@
-// 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);
-};
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/conflicts/module_event_sink_win.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698