Chromium Code Reviews| Index: chrome/browser/ui/browser.cc |
| =================================================================== |
| --- chrome/browser/ui/browser.cc (revision 232513) |
| +++ chrome/browser/ui/browser.cc (working copy) |
| @@ -640,7 +640,7 @@ |
| TabRestoreServiceFactory::GetForProfile(profile()); |
| #if defined(USE_AURA) |
| - if (tab_restore_service && is_app()) |
| + if (tab_restore_service && is_app() && !is_devtools()) |
| tab_restore_service->BrowserClosing(tab_restore_service_delegate()); |
| #endif |