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

Unified Diff: runtime/bin/secure_socket.h

Issue 11308271: Add built-in root certificates to dart:io SecureSocket. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix dart2js errors on new dart:io stuff. Created 8 years, 1 month 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: runtime/bin/secure_socket.h
diff --git a/runtime/bin/secure_socket.h b/runtime/bin/secure_socket.h
index 22ef7dcc817bd98df719cc3f9b68b1054508ab95..a8e0a39a3a97bdf197a6b26283da1e8f66722689 100644
--- a/runtime/bin/secure_socket.h
+++ b/runtime/bin/secure_socket.h
@@ -77,7 +77,8 @@ class SSLFilter {
void Handshake();
void RegisterHandshakeCompleteCallback(Dart_Handle handshake_complete);
static void InitializeLibrary(const char* certificate_database,
- const char* password);
+ const char* password,
+ bool use_builtin_root_certificates);
intptr_t ProcessBuffer(int bufferIndex);

Powered by Google App Engine
This is Rietveld 408576698