| Index: chrome/common/extensions/extension.cc
|
| diff --git a/chrome/common/extensions/extension.cc b/chrome/common/extensions/extension.cc
|
| index 4ef186a58bf4c447068aa6f00017e923e2699dd8..a44477179492b21465639df0cecacea782b39d91 100644
|
| --- a/chrome/common/extensions/extension.cc
|
| +++ b/chrome/common/extensions/extension.cc
|
| @@ -1885,7 +1885,7 @@ bool Extension::LoadWebIntentAction(const std::string& action_name,
|
| if (href.empty()) {
|
| if (is_hosted_app()) {
|
| href = launch_web_url();
|
| - } else if (is_packaged_app()) {
|
| + } else if (is_packaged_app() || is_platform_app()) {
|
| href = launch_local_path();
|
| }
|
| }
|
|
|