| Index: content/public/android/java/org/chromium/content/common/common.aidl
|
| diff --git a/content/public/android/java/org/chromium/content/common/common.aidl b/content/public/android/java/org/chromium/content/common/common.aidl
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..96ebb7e3a0299eebe39023f8687233b67747e9e9
|
| --- /dev/null
|
| +++ b/content/public/android/java/org/chromium/content/common/common.aidl
|
| @@ -0,0 +1,10 @@
|
| +// Copyright (c) 2012 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.
|
| +
|
| +// This file is needed to compile ISandBoxedProcessCallback.aidl and
|
| +// ISandboxedProcessServices.aidl into java source files. See
|
| +// content/public/android/java/content.xml for target aidl.
|
| +
|
| +interface org.chromium.content.common.ISandboxedProcessCallback;
|
| +interface org.chromium.content.common.ISandboxedProcessService;
|
|
|