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

Unified Diff: base/android/java/src/org/chromium/base/IParcelableChannel.aidl

Issue 2735113003: Changing SpawnChild to return a struct.
Patch Set: Created 3 years, 9 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: base/android/java/src/org/chromium/base/IParcelableChannel.aidl
diff --git a/base/android/java/src/org/chromium/base/IParcelableChannel.aidl b/base/android/java/src/org/chromium/base/IParcelableChannel.aidl
new file mode 100644
index 0000000000000000000000000000000000000000..5d0f3270633635f7fe151fef773d33926d793d6f
--- /dev/null
+++ b/base/android/java/src/org/chromium/base/IParcelableChannel.aidl
@@ -0,0 +1,14 @@
+// Copyright 2017 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.
+
+package org.chromium.base;
+
+import org.chromium.base.ParcelableWrapper;
+
+/**
+ * This interface is used to send Java parcelable objects to child processes.
+ */
+interface IParcelableChannel {
+ void sendParcelable(in ParcelableWrapper parcelableValue);
+}
« no previous file with comments | « base/android/global_object_registry.cc ('k') | base/android/java/src/org/chromium/base/ParcelableChannelClient.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698