Make the constructor for ContentViewRenderView java only
commitc17a4516d6fe050a728acd5f64273284db7189f7
authoryusufo@chromium.org <yusufo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 30 Jul 2014 03:22:31 +0000 (30 03:22 +0000)
committeryusufo@chromium.org <yusufo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 30 Jul 2014 03:22:31 +0000 (30 03:22 +0000)
treef01dcae21e7e820a6e32dd3a32c53914d2480427
parent257535b4c6b293ef27c5e41622b4b754ec4aefa1
Make the constructor for ContentViewRenderView java only

This breaks the constructor into two as java only and native dependent
pieces, making it possible to add the ContentViewRenderView to the view
hierarchy before loading native libraries

BUG=395764

Review URL: https://codereview.chromium.org/427023002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286390 0039d316-1c4b-4281-b951-d872f2087c98
chrome/android/shell/java/src/org/chromium/chrome/shell/TabManager.java
chrome/android/shell/javatests/src/org/chromium/chrome/shell/ChromeShellUrlTest.java
content/public/android/java/src/org/chromium/content/browser/ContentViewRenderView.java
content/shell/android/java/src/org/chromium/content_shell/ShellManager.java