| Index: chrome/common/extensions/docs/templates/articles/manifest/file_handlers.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/manifest/file_handlers.html b/chrome/common/extensions/docs/templates/articles/manifest/file_handlers.html
|
| index 4bc866b259d38f7d052a3c726a3923bc91442618..72ceb6989dbec1a7603dafef178630528c4a1d02 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/manifest/file_handlers.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/manifest/file_handlers.html
|
| @@ -52,6 +52,6 @@ compatibility, <code>title</code> should always be the name of the app.
|
| To handle files, apps also need to declare the $(ref:fileSystem)
|
| permission. Apps can then be passed files in the $(ref:app.runtime.onLaunched)
|
| event - either from the system
|
| -file manager (currently supported on ChromeOS only) or by providing
|
| +file manager (currently supported on Chrome OS only) or by providing
|
| a path on the <a href="../first_app#open">command line</a>.
|
| </p>
|
|
|