Stop depending on ChromeExtensionWebContentsObserver from AppWindow
commitf748d17091bd6d9b845589638e173996740b16e2
authorhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 19 Aug 2014 10:24:12 +0000 (19 10:24 +0000)
committerhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 19 Aug 2014 10:25:29 +0000 (19 10:25 +0000)
tree141855b01d4edf2a644087ac905f86bb7147f906
parent387b54a9c944b9fccb9d24f39ae356ce7ccee4af
Stop depending on ChromeExtensionWebContentsObserver from AppWindow

Stop calling CreateForWebContents() directly, call it in the delegate's InitWebContents() method.

BUG=403726

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

Cr-Commit-Position: refs/heads/master@{#290531}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290531 0039d316-1c4b-4281-b951-d872f2087c98
apps/app_window.cc
chrome/browser/ui/apps/chrome_app_delegate.cc