Bug 1192082 - Get rid of GeckoAppShell.nativeInit; r=snorp

Instead of letting AndroidBridge be constructed separately, we'll let
Gecko construct AndroidBridge.
This commit is contained in:
Jim Chen
2015-08-13 00:53:39 -04:00
parent 66f815f56b
commit d96ece071c
3 changed files with 0 additions and 29 deletions

View File

@@ -372,9 +372,6 @@ public class GeckoThread extends Thread implements GeckoEventListener {
Log.w(LOGTAG, "zerdatime " + SystemClock.uptimeMillis() + " - runGecko");
// Initialize AndroidBridge.
GeckoAppShell.nativeInit(GeckoThread.class.getClassLoader(), Looper.myQueue());
if (!AppConstants.MOZILLA_OFFICIAL) {
Log.i(LOGTAG, "RunGecko - args = " + args);
}