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

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

Issue 1534423002: Revert of arc-bridge: Move most methods to Mojo interfaces (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Created 5 years 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 | « components/arc/common/process.mojom ('k') | components/arc/input/arc_input_bridge_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/arc/common/settings.mojom
diff --git a/components/arc/common/settings.mojom b/components/arc/common/settings.mojom
deleted file mode 100644
index 579f70003308280d065a4d9bd37fbe88962909aa..0000000000000000000000000000000000000000
--- a/components/arc/common/settings.mojom
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright 2015 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 arc;
-
-interface SettingsInstance {
- // Send an Android broadcast message to the Android package and class
- // specified. Data can be sent as extras by including a JSON map string which
- // will be automatically converted to a bundle accessible by the receiver.
- //
- // Note: Broadcasts can only be sent to whitelisted packages. Packages can be
- // added to the whitelist in ArcBridgeService.java in the Android source.
- SendBroadcast(string action,
- string package,
- string cls,
- string extras);
-};
-
« no previous file with comments | « components/arc/common/process.mojom ('k') | components/arc/input/arc_input_bridge_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698