| Index: content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestActivity.java
|
| diff --git a/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestActivity.java b/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestActivity.java
|
| index 700d58e4bdb7a47669c87590c07381dc9f2d7c2f..46396eda086ac8954f5f8206d2ec0a57426081fc 100644
|
| --- a/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestActivity.java
|
| +++ b/content/shell/android/linker_test_apk/src/org/chromium/chromium_linker_test_apk/ChromiumLinkerTestActivity.java
|
| @@ -20,6 +20,7 @@ import org.chromium.base.library_loader.LibraryProcessType;
|
| import org.chromium.base.library_loader.Linker;
|
| import org.chromium.base.library_loader.ProcessInitException;
|
| import org.chromium.content.browser.BrowserStartupController;
|
| +import org.chromium.content.browser.ContentViewClient;
|
| import org.chromium.content.browser.ContentViewCore;
|
| import org.chromium.content_shell.Shell;
|
| import org.chromium.content_shell.ShellManager;
|
| @@ -164,6 +165,7 @@ public class ChromiumLinkerTestActivity extends Activity {
|
| private void finishInitialization(Bundle savedInstanceState) {
|
| String shellUrl = ShellManager.DEFAULT_SHELL_URL;
|
| mShellManager.launchShell(shellUrl);
|
| + getActiveContentViewCore().setContentViewClient(new ContentViewClient());
|
| }
|
|
|
| private void initializationFailed() {
|
|
|