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

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

Issue 2777013005: Moving IChildProcessService to base/ (Closed)
Patch Set: Moving IChildProcessService to base/ 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
« no previous file with comments | « base/BUILD.gn ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/java/src/org/chromium/base/process_launcher/IChildProcessService.aidl
diff --git a/content/public/android/java/src/org/chromium/content/common/IChildProcessService.aidl b/base/android/java/src/org/chromium/base/process_launcher/IChildProcessService.aidl
similarity index 91%
rename from content/public/android/java/src/org/chromium/content/common/IChildProcessService.aidl
rename to base/android/java/src/org/chromium/base/process_launcher/IChildProcessService.aidl
index ef5174681472c99c1235d068d4494a08994d8306..ea680c3539c4e01af5eeec2390a213e83f7b26d1 100644
--- a/content/public/android/java/src/org/chromium/content/common/IChildProcessService.aidl
+++ b/base/android/java/src/org/chromium/base/process_launcher/IChildProcessService.aidl
@@ -2,9 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-package org.chromium.content.common;
+package org.chromium.base.process_launcher;
boliu 2017/03/29 01:07:01 are security owners set up for base?
Jay Civelli 2017/03/29 16:12:17 Yes, this directory has AIDL files OWNERS set as I
-import android.view.Surface;
import android.os.Bundle;
interface IChildProcessService {
« no previous file with comments | « base/BUILD.gn ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698