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

Unified Diff: net/android/keystore.h

Issue 12988003: [Android] Fix remaining linker errors for components build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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 | « gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.h ('k') | net/ssl/openssl_client_key_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/keystore.h
diff --git a/net/android/keystore.h b/net/android/keystore.h
index 32f07230bbdf9c8c4c1ded245398213673bfa186..9ede4bf487fcc3b5b6e2cb3d0b02b6a59738ebf6 100644
--- a/net/android/keystore.h
+++ b/net/android/keystore.h
@@ -81,7 +81,7 @@ bool GetPrivateKeyEncodedBytes(jobject private_key,
// |signature| will receive the signature on success.
// Returns true on success, false on failure.
//
-bool RawSignDigestWithPrivateKey(
+NET_EXPORT bool RawSignDigestWithPrivateKey(
jobject private_key,
const base::StringPiece& digest,
std::vector<uint8>* signature);
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.h ('k') | net/ssl/openssl_client_key_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698