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

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

Issue 12321131: Renamed Sandboxed process to Child process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated findbugs_known_bugs.txt Created 7 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
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 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 ISandBoxedProcessCallback.aidl and 5 // This file is needed to compile IChildProcessCallback.aidl and
6 // ISandboxedProcessServices.aidl into java source files. See 6 // IChildProcessServices.aidl into java source files. See
7 // content/public/android/java/content.xml for target aidl. 7 // content/public/android/java/content.xml for target aidl.
8 8
9 interface org.chromium.content.common.ISandboxedProcessCallback; 9 interface org.chromium.content.common.IChildProcessCallback;
10 interface org.chromium.content.common.ISandboxedProcessService; 10 interface org.chromium.content.common.IChildProcessService;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698