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

Unified Diff: chrome/renderer/extensions/extension_process_bindings.cc

Issue 6804032: Add TLS-SRP (RFC 5054) support Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: use system srp and mpi libs, not local copies Created 9 years, 8 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: chrome/renderer/extensions/extension_process_bindings.cc
diff --git a/chrome/renderer/extensions/extension_process_bindings.cc b/chrome/renderer/extensions/extension_process_bindings.cc
index 42c980dcef54790823f0c90df3298ea379a7edd4..7c51fc749265534b4ca8840da255f43457f5f75b 100644
--- a/chrome/renderer/extensions/extension_process_bindings.cc
+++ b/chrome/renderer/extensions/extension_process_bindings.cc
@@ -637,6 +637,7 @@ void ExtensionProcessBindings::SetHostPermissions(
const char* schemes[] = {
chrome::kHttpScheme,
chrome::kHttpsScheme,
+ chrome::kHttpsvScheme,
chrome::kFileScheme,
chrome::kChromeUIScheme,
};

Powered by Google App Engine
This is Rietveld 408576698