Index: content/shell/android/java/src/org/chromium/content_shell/Shell.java |
diff --git a/content/shell/android/java/src/org/chromium/content_shell/Shell.java b/content/shell/android/java/src/org/chromium/content_shell/Shell.java |
index 31c66c936fe9e2490dcddf536763b31109fd9724..43777d9f969754e44531bb15998971a2bcbbd384 100644 |
--- a/content/shell/android/java/src/org/chromium/content_shell/Shell.java |
+++ b/content/shell/android/java/src/org/chromium/content_shell/Shell.java |
@@ -212,7 +212,8 @@ public class Shell extends LinearLayout { |
*/ |
@SuppressWarnings("unused") |
@CalledByNative |
- private void initFromNativeTabContents(int nativeTabContents) { |
+ private void initFromNativeTabContents(int nativeTabContents) |
+ throws AndroidBrowserProcessInitException { |
mContentView = ContentView.newInstance( |
getContext(), nativeTabContents, mWindow, ContentView.PERSONALITY_CHROME); |
if (mContentView.getUrl() != null) mUrlTextView.setText(mContentView.getUrl()); |