| 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 8464712fc31525113b8e62445c569083574405d5..3e25aed131b87af229b86ba70bdff4e96170b18f 100644
|
| --- a/chrome/browser/web_applications/web_app.cc
|
| +++ b/chrome/browser/web_applications/web_app.cc
|
| @@ -436,6 +436,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,
|
|
|