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 4d8610e44bc8d48cd9087f9409e1e42c346b3748..3d8cd6f5fa34a8dcefcac472a6073f32bd2b3ec1 100644 |
--- a/chrome/browser/profiles/profile_io_data.cc |
+++ b/chrome/browser/profiles/profile_io_data.cc |
@@ -489,6 +489,7 @@ bool ProfileIOData::IsHandledProtocol(const std::string& scheme) { |
static const char* const kProtocolList[] = { |
chrome::kFileScheme, |
chrome::kChromeDevToolsScheme, |
+ chrome::kDomDistillerScheme, |
extensions::kExtensionScheme, |
chrome::kExtensionResourceScheme, |
chrome::kChromeUIScheme, |