Index: chrome/android/testshell/java/src/org/chromium/chrome/testshell/TestShellTab.java |
diff --git a/chrome/android/testshell/java/src/org/chromium/chrome/testshell/TestShellTab.java b/chrome/android/testshell/java/src/org/chromium/chrome/testshell/TestShellTab.java |
index ac01e6f36b31962befa23c6730f2bf25cc8d72d1..66b199550896c5ed3e638933c1786acec6d0c9cf 100644 |
--- a/chrome/android/testshell/java/src/org/chromium/chrome/testshell/TestShellTab.java |
+++ b/chrome/android/testshell/java/src/org/chromium/chrome/testshell/TestShellTab.java |
@@ -49,8 +49,7 @@ public class TestShellTab extends TabBase { |
private void init(Context context) { |
// Build the WebContents and the ContentView/ContentViewCore |
int nativeWebContentsPtr = ContentViewUtil.createNativeWebContents(false); |
- mContentView = ContentView.newInstance(context, nativeWebContentsPtr, getWindowAndroid(), |
- ContentView.PERSONALITY_CHROME); |
+ mContentView = ContentView.newInstance(context, nativeWebContentsPtr, getWindowAndroid()); |
mNativeTestShellTab = nativeInit(nativeWebContentsPtr, |
getWindowAndroid().getNativePointer()); |