Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(991)

Unified Diff: content/shell/android/java/src/org/chromium/content_shell/Shell.java

Issue 14821004: [Android] Remove "Chrome" and "View" personalities (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update findbugs Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/JellyBeanContentView.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/JellyBeanContentView.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698