| Index: content/shell/browser/shell_content_browser_client.cc
|
| diff --git a/content/shell/browser/shell_content_browser_client.cc b/content/shell/browser/shell_content_browser_client.cc
|
| index 617c8e45e03eca6bd45db0887ec9de0fffa7a30c..454599486cf664524944400d08bd1e342cf8074a 100644
|
| --- a/content/shell/browser/shell_content_browser_client.cc
|
| +++ b/content/shell/browser/shell_content_browser_client.cc
|
| @@ -180,7 +180,7 @@ bool ShellContentBrowserClient::IsHandledURL(const GURL& url) {
|
| // ShellURLRequestContextGetter::GetURLRequestContext().
|
| static const char* const kProtocolList[] = {
|
| chrome::kBlobScheme,
|
| - chrome::kFileSystemScheme,
|
| + kFileSystemScheme,
|
| chrome::kChromeUIScheme,
|
| chrome::kChromeDevToolsScheme,
|
| chrome::kDataScheme,
|
|
|