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

Unified Diff: components/arc/common/arc_bridge.mojom

Issue 1610813003: Merge arc/common/settings.mojom into intent_helper.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: components/arc/common/arc_bridge.mojom
diff --git a/components/arc/common/arc_bridge.mojom b/components/arc/common/arc_bridge.mojom
index c3c837d5a2e96b9d435c12e3ce7fb04e3968fc0d..900cc61da728800236a4aa42af35754f6d5512f4 100644
--- a/components/arc/common/arc_bridge.mojom
+++ b/components/arc/common/arc_bridge.mojom
@@ -13,7 +13,6 @@ import "intent_helper.mojom";
import "notifications.mojom";
import "power.mojom";
import "process.mojom";
-import "settings.mojom";
import "video.mojom";
interface ArcBridgeHost {
@@ -49,9 +48,6 @@ interface ArcBridgeHost {
// Notifies Chrome that the ProcessInstance interface is ready.
OnProcessInstanceReady@104(ProcessInstance instance_ptr);
- // Notifies Chrome that the SettingsInstance interface is ready.
- OnSettingsInstanceReady@105(SettingsInstance instance_ptr);
-
// Notifies Chrome that the VideoInstance interface is ready.
[MinVersion=2] OnVideoInstanceReady@107(VideoInstance instance_ptr);
};

Powered by Google App Engine
This is Rietveld 408576698