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 064e312dce41229fbfb84732039b54556e471273..1d177b6197bc1f2215c7403fbdbd8b8205041ba8 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 |
@@ -216,8 +216,7 @@ public class Shell extends LinearLayout { |
@SuppressWarnings("unused") |
@CalledByNative |
private void initFromNativeTabContents(int nativeTabContents) { |
- mContentView = ContentView.newInstance( |
- getContext(), nativeTabContents, mWindow, ContentView.PERSONALITY_CHROME); |
+ mContentView = ContentView.newInstance(getContext(), nativeTabContents, mWindow); |
if (mContentView.getUrl() != null) mUrlTextView.setText(mContentView.getUrl()); |
((FrameLayout) findViewById(R.id.contentview_holder)).addView(mContentView, |
new FrameLayout.LayoutParams( |