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

Side by Side 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: rebase 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 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 foo.bar = baz; 5 interface org.chomium.net.IRemoteAndroidKeyStore;
enrico.ros 2014/11/14 06:03:52 The domain 'chomium.net' is incorrect (missing 'r'
ppi 2014/11/14 10:03:34 Thanks for catching this - would you like to put t
6 interface org.chromium.net.IRemoteAndroidKeyStoreCallbacks;
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698