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

Unified Diff: chrome/browser/profiles/profile_io_data.cc

Issue 2456883002: Make the content scheme local (Closed)
Patch Set: added content scheme to handled protocol list Created 4 years, 2 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/profiles/profile_io_data.cc
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
index 56a07d9091d3d81515f47a89d5cbf571247c0dc1..4197d0a935af47edec49bf3fe47e1024f832f58d 100644
--- a/chrome/browser/profiles/profile_io_data.cc
+++ b/chrome/browser/profiles/profile_io_data.cc
@@ -740,6 +740,9 @@ bool ProfileIOData::IsHandledProtocol(const std::string& scheme) {
#if defined(OS_CHROMEOS)
content::kExternalFileScheme,
#endif // defined(OS_CHROMEOS)
+#if defined(OS_ANDROID)
+ url::kContentScheme,
+#endif // defined(OS_ANDROID)
url::kAboutScheme,
#if !defined(DISABLE_FTP_SUPPORT)
url::kFtpScheme,

Powered by Google App Engine
This is Rietveld 408576698