| 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 72e8d9222036d6f035993e5cb8fcda8be3ddcf78..5ecd71ce9189338155598d510242cb4ced8a1883 100644
|
| --- a/chrome/browser/profiles/profile_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_io_data.cc
|
| @@ -716,6 +716,7 @@ bool ProfileIOData::IsHandledProtocol(const std::string& scheme) {
|
| url::kBlobScheme,
|
| url::kFileSystemScheme,
|
| chrome::kChromeSearchScheme,
|
| + content::kResourceScheme,
|
| };
|
| for (size_t i = 0; i < arraysize(kProtocolList); ++i) {
|
| if (scheme == kProtocolList[i])
|
|
|