| Index: win8/metro_driver/chrome_app_view_ash.cc
|
| diff --git a/win8/metro_driver/chrome_app_view_ash.cc b/win8/metro_driver/chrome_app_view_ash.cc
|
| index 991857dfc9620495015c5807b853613deb74260e..db2d9f30c4e66cfdd04b7b275fae33bde260a6c4 100644
|
| --- a/win8/metro_driver/chrome_app_view_ash.cc
|
| +++ b/win8/metro_driver/chrome_app_view_ash.cc
|
| @@ -970,9 +970,6 @@ void ChromeAppViewAsh::OnMetroExit(MetroTerminateMethod method) {
|
|
|
| globals.app_exit->Exit();
|
| }
|
| -
|
| - // Try really hard, see http://crbug.com/411147 for details.
|
| - ::TerminateProcess(::GetCurrentProcess(), 0);
|
| }
|
|
|
| void ChromeAppViewAsh::OnInputSourceChanged() {
|
|
|