Remove some dependencies on ContentView.
Turns out that https://chromiumcodereview.appspot.com/11788005 made it such that blocking for JavaScript doesn't require ContentViewClient, just a ContentViewCore. Many places in tests still get the ContentView in order to create a TestCallbackHelperContainer in order to wait for JavaScript to execute... Instead for clients that don't care about waiting themselves for JS to execute, just do it inside JavaScriptUtils. BUG=360644 Review URL: https://codereview.chromium.org/231693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262929 0039d316-1c4b-4281-b951-d872f2087c98
Showing
This diff is collapsed.
Please register or sign in to comment