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

Unified Diff: content/common/url_schemes.cc

Issue 1738663002: Hook embedded shell up to MojoShellConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « content/common/mojo/mojo_shell_connection_impl.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/url_schemes.cc
diff --git a/content/common/url_schemes.cc b/content/common/url_schemes.cc
index c985e854ae17d5990d27d87c46f4576c6acc905b..018d9de77115c26505194f41f8c563b8b64028f1 100644
--- a/content/common/url_schemes.cc
+++ b/content/common/url_schemes.cc
@@ -36,6 +36,10 @@ void RegisterContentSchemes(bool lock_schemes) {
url::AddStandardScheme(kGuestScheme, url::SCHEME_WITHOUT_PORT);
url::AddStandardScheme(kMetadataScheme, url::SCHEME_WITHOUT_AUTHORITY);
+ // TODO(rockot): Remove these. http://crbug.com/590012.
+ url::AddStandardScheme(kExeScheme, url::SCHEME_WITHOUT_AUTHORITY);
+ url::AddStandardScheme(kMojoScheme, url::SCHEME_WITHOUT_AUTHORITY);
+
for (const url::SchemeWithType& scheme : additional_standard_schemes)
url::AddStandardScheme(scheme.scheme, scheme.type);
« no previous file with comments | « content/common/mojo/mojo_shell_connection_impl.cc ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698