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

Side by Side Diff: content/public/android/java/src/org/chromium/content/common/common.aidl

Issue 2777013005: Moving IChildProcessService to base/ (Closed)
Patch Set: Moving IChildProcessService to base/ Created 3 years, 8 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
1 // Copyright 2012 The Chromium Authors. All rights reserved. 1 // Copyright 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // This file is needed to compile IChildProcessCallback.aidl and 5 // This file is needed to compile IGpuProcessCallback.aidl.
6 // IChildProcessServices.aidl into java source files. See
7 // content/public/android/java/content.xml for target aidl.
8 6
9 interface org.chromium.content.common.IChildProcessCallback;
10 interface org.chromium.content.common.IChildProcessService;
11 parcelable org.chromium.base.UnguessableToken; 7 parcelable org.chromium.base.UnguessableToken;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698