Close crashed incognito-mode app's shell window.
commit4ce736114e0e6b61842aefaaad9951ce84c35166
authorkinaba@chromium.org <kinaba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 30 Jan 2014 17:27:19 +0000 (30 17:27 +0000)
committerkinaba@chromium.org <kinaba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 30 Jan 2014 17:27:19 +0000 (30 17:27 +0000)
tree598b85f2029d6994f9b03430012dead26dc78958
parent9637d67548d27124cfec2266352e4bae530f21ba
Close crashed incognito-mode app's shell window.

ExtensionService is shared between off-the-record and original profiles
(see ExtensionSystemImpl) and notifies unload events always from
the original profile. ShellWindow should therefore observe the original profile as well.

BUG=281675

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247976 0039d316-1c4b-4281-b951-d872f2087c98
apps/shell_window.cc