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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2017 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 package org.chromium.base;
6
7 import org.chromium.base.ParcelableWrapper;
8
9 /**
10 * This interface is used to send Java parcelable objects to child processes.
11 */
12 interface IParcelableChannel {
13 void sendParcelable(in ParcelableWrapper parcelableValue);
14 }
OLDNEW
« 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