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

Side by Side Diff: net/android/android_private_key.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
« no previous file with comments | « no previous file | net/android/android_private_key.cc » ('j') | net/base/mime_sniffer.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 #ifndef NET_ANDROID_ANDROID_PRIVATE_KEY_H 5 #ifndef NET_ANDROID_ANDROID_PRIVATE_KEY_H
6 #define NET_ANDROID_ANDROID_PRIVATE_KEY_H 6 #define NET_ANDROID_ANDROID_PRIVATE_KEY_H
7 7
8 #include <jni.h> 8 #include <jni.h>
9 9
10 #include "base/android/scoped_java_ref.h" 10 #include "base/android/scoped_java_ref.h"
11 #include "base/basictypes.h" 11 #include "base/basictypes.h"
12 #include "net/base/net_export.h" 12 #include "net/base/net_export.h"
13 13
14
15 namespace net { 14 namespace net {
16 namespace android { 15 namespace android {
17 16
18 // Returns the KeyStore associated with a given AndroidPrivateKey 17 // Returns the KeyStore associated with a given AndroidPrivateKey
19 NET_EXPORT base::android::ScopedJavaLocalRef<jobject> GetKeyStore( 18 NET_EXPORT base::android::ScopedJavaLocalRef<jobject> GetKeyStore(
20 jobject private_key); 19 jobject private_key);
21 20
22 // Register JNI methods 21 // Register JNI methods
23 NET_EXPORT bool RegisterAndroidPrivateKey(JNIEnv* env); 22 NET_EXPORT bool RegisterAndroidPrivateKey(JNIEnv* env);
24 23
25 } // namespace android 24 } // namespace android
26 } // namespace net 25 } // namespace net
27 26
28 #endif // NET_ANDROID_ANDROID_PRIVATE_KEY_H 27 #endif // NET_ANDROID_ANDROID_PRIVATE_KEY_H
OLDNEW
« no previous file with comments | « no previous file | net/android/android_private_key.cc » ('j') | net/base/mime_sniffer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698