Bustage fix for bug 601314 (botched merge). r=me, a=bustage
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user