зеркало из https://github.com/mozilla/gecko-dev.git
Bustage fix for bug 601314 (botched merge). r=me, a=bustage
This commit is contained in:
Родитель
3ed20df352
Коммит
1b21a6b462
|
@ -477,14 +477,6 @@ AndroidBridge::AlertsProgressListener_OnProgress(const nsAString& aAlertName,
|
|||
jstrName, aProgress, aProgressMax, jstrText);
|
||||
}
|
||||
|
||||
void
|
||||
AndroidBridge::ShowFilePicker(nsAString& aFilePath)
|
||||
{
|
||||
jstring jstr = static_cast<jstring>(mJNIEnv->CallStaticObjectMethod(
|
||||
mGeckoAppShellClass, jShowFilePicker));
|
||||
aFilePath.Assign(nsJNIString(jstr));
|
||||
}
|
||||
|
||||
void
|
||||
AndroidBridge::SetSurfaceView(jobject obj)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче