| Index: mojo/runner/android/apk/src/org/chromium/mojo/shell/MojoShellActivity.java
|
| diff --git a/mojo/runner/android/apk/src/org/chromium/mojo/shell/MojoShellActivity.java b/mojo/runner/android/apk/src/org/chromium/mojo/shell/MojoShellActivity.java
|
| index 2939aa58564548f51732c71ddbf5d84ca5e6f009..7e148acc90753160fcb8fb609b48d4ab71e927a7 100644
|
| --- a/mojo/runner/android/apk/src/org/chromium/mojo/shell/MojoShellActivity.java
|
| +++ b/mojo/runner/android/apk/src/org/chromium/mojo/shell/MojoShellActivity.java
|
| @@ -47,9 +47,6 @@ public class MojoShellActivity extends Activity {
|
| // has no obligation to kill the application process between destroying and restarting the
|
| // activity. If the application process is kept alive, initialization parameters sent with
|
| // the intent will be stale.
|
| - // TODO(qsr): We should be passing application context here as required by
|
| - // InitApplicationContext on the native side. Currently we can't, as PlatformViewportAndroid
|
| - // relies on this being the activity context.
|
| ShellMain.ensureInitialized(this, parameters);
|
| ShellMain.start();
|
| }
|
|
|