| 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 4ff951f7fa94b7842d33e402e9d588b4c9acd2d5..575e72a140325762472cb697b194f3ccdc36d91a 100644
|
| --- a/chrome/browser/web_applications/web_app.cc
|
| +++ b/chrome/browser/web_applications/web_app.cc
|
| @@ -135,6 +135,7 @@ void CreateShortcut(
|
| bool IsValidUrl(const GURL& url) {
|
| static const char* const kValidUrlSchemes[] = {
|
| chrome::kFileScheme,
|
| + chrome::kFileSystemScheme,
|
| chrome::kFtpScheme,
|
| chrome::kHttpScheme,
|
| chrome::kHttpsScheme,
|
|
|