| Index: chrome/browser/web_applications/web_app.cc
|
| diff --git a/chrome/browser/web_applications/web_app.cc b/chrome/browser/web_applications/web_app.cc
|
| index 27e075cbcf02aef3fd98d99d0e0cbf1a92848a30..562b1ae9088fc27e979d027a24271431259c7bc6 100644
|
| --- a/chrome/browser/web_applications/web_app.cc
|
| +++ b/chrome/browser/web_applications/web_app.cc
|
| @@ -435,6 +435,7 @@ void SetDisableShortcutCreationForTests(bool disable) {
|
| bool IsValidUrl(const GURL& url) {
|
| static const char* const kValidUrlSchemes[] = {
|
| chrome::kFileScheme,
|
| + chrome::kFileSystemScheme,
|
| chrome::kFtpScheme,
|
| chrome::kHttpScheme,
|
| chrome::kHttpsScheme,
|
|
|