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

Unified Diff: content/common/savable_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: Implement as data source instead. Also rebased across thousands of CLs. Created 6 years, 11 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: content/common/savable_url_schemes.cc
diff --git a/content/common/savable_url_schemes.cc b/content/common/savable_url_schemes.cc
index 74f59e6167dd1d053de98a051b1c83ceb234eefe..dba85185e77d29aaa7cf472fc8b93fc1b79b8823 100644
--- a/content/common/savable_url_schemes.cc
+++ b/content/common/savable_url_schemes.cc
@@ -19,6 +19,7 @@ const char* const kDefaultSavableSchemes[] = {
kFileSystemScheme,
kFtpScheme,
chrome::kChromeDevToolsScheme,
+ chrome::kDomDistillerScheme,
chrome::kChromeUIScheme,
chrome::kDataScheme,
NULL

Powered by Google App Engine
This is Rietveld 408576698