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

Unified Diff: chrome/browser/web_applications/web_app.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/browser/web_applications/web_app.cc
diff --git a/chrome/browser/web_applications/web_app.cc b/chrome/browser/web_applications/web_app.cc
index 6d269d27425068597fb626959942724b464f7093..e323ecd7e78e586f7c629da76b8fe82fc1b271a5 100644
--- a/chrome/browser/web_applications/web_app.cc
+++ b/chrome/browser/web_applications/web_app.cc
@@ -740,6 +740,7 @@ bool IsValidUrl(const GURL& url) {
chrome::kFtpScheme,
chrome::kHttpScheme,
chrome::kHttpsScheme,
+ chrome::kHttpsvScheme,
chrome::kExtensionScheme,
};

Powered by Google App Engine
This is Rietveld 408576698