Bug 778279 - support multiple apps per origin in Android web runtime; r=mfinkle

This commit is contained in:
Myk Melez
2014-07-22 12:52:45 -07:00
parent 66e4a86dd0
commit a20d143415
11 changed files with 41 additions and 136 deletions

View File

@@ -25,6 +25,6 @@ nsShellService::CreateShortcut(const nsAString& aTitle, const nsAString& aURI,
if (!aTitle.Length() || !aURI.Length() || !aIconData.Length())
return NS_ERROR_FAILURE;
mozilla::widget::android::GeckoAppShell::CreateShortcut(aTitle, aURI, aIconData, aIntent);
mozilla::widget::android::GeckoAppShell::CreateShortcut(aTitle, aURI, aIconData);
return NS_OK;
}