| 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 46129e6f7cb12110364cf6a76e5d25c6078f6636..54ceff9ac00401852bd58acf60458953eb67521d 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -498,6 +498,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,
|
|
|