Seperate creation of WebContents and window tree in CastContentWindow
commit482c153d41083ce66ff5f64cc9d61210fafd7f9d
authorderekjchow <derekjchow@chromium.org>
Tue, 23 Dec 2014 19:47:06 +0000 (23 11:47 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 23 Dec 2014 19:49:20 +0000 (23 19:49 +0000)
tree79b31d554dd679c6260682ba111c76ea932acfaf
parent592b07ae355027d6128b4b2cb2c603e3159787bf
Seperate creation of WebContents and window tree in CastContentWindow

Let WebContents to be created independantly of setting up the
window tree in CastContentWindow. Allow the window tree to be
created at a later time.

R=gunsch@chromium.org
BUG=

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

Cr-Commit-Position: refs/heads/master@{#309577}
chromecast/browser/cast_content_window.cc
chromecast/browser/cast_content_window.h
chromecast/browser/service/cast_service_simple.cc
chromecast/browser/test/chromecast_browser_test.cc