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

Unified Diff: net/android/java/src/org/chromium/net/IRemoteAndroidKeyStoreInterface.aidl

Issue 166143002: Refactoring AndroidKeyStore to support a KeyStore running in another process (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reupload cause of reitveld flakiness Created 6 years, 10 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
Index: net/android/java/src/org/chromium/net/IRemoteAndroidKeyStoreInterface.aidl
diff --git a/chrome/test/data/extensions/error_console/bad_extension_page/broken.js b/net/android/java/src/org/chromium/net/IRemoteAndroidKeyStoreInterface.aidl
similarity index 60%
copy from chrome/test/data/extensions/error_console/bad_extension_page/broken.js
copy to net/android/java/src/org/chromium/net/IRemoteAndroidKeyStoreInterface.aidl
index 5b99804a2ea277a6c29c55d25fe508c9cda12b47..3b54d2975454371fc0e9f22dc36404c41ae8579c 100644
--- a/chrome/test/data/extensions/error_console/bad_extension_page/broken.js
+++ b/net/android/java/src/org/chromium/net/IRemoteAndroidKeyStoreInterface.aidl
@@ -2,4 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-foo.bar = baz;
+interface org.chomium.net.IRemoteAndroidKeyStore;
+interface org.chromium.net.IRemoteAndroidKeyStoreCallbacks;

Powered by Google App Engine
This is Rietveld 408576698