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

Unified Diff: content/common/url_schemes.cc

Issue 105723002: Add the scheme chrome-distiller:// and hook up data source. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed unnecessary dependency on DomDistillerService Created 7 years 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: content/common/url_schemes.cc
diff --git a/content/common/url_schemes.cc b/content/common/url_schemes.cc
index 3fcbbed6531a75cf78738270765265e586fc299d..0b8714355e91b87625ec5d997afac874c8e385a9 100644
--- a/content/common/url_schemes.cc
+++ b/content/common/url_schemes.cc
@@ -37,6 +37,7 @@ void RegisterContentSchemes(bool lock_standard_schemes) {
// the new tab page.
url_util::AddStandardScheme(chrome::kChromeDevToolsScheme);
url_util::AddStandardScheme(chrome::kChromeUIScheme);
+ url_util::AddStandardScheme(chrome::kDomDistillerScheme);
url_util::AddStandardScheme(kGuestScheme);
url_util::AddStandardScheme(kMetadataScheme);
std::for_each(additional_standard_schemes.begin(),

Powered by Google App Engine
This is Rietveld 408576698