Searched defs:restart_last_session (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
H A Dbrowser_shutdown.cc163 bool restart_last_session = false; local
165 restart_last_session =
200 if (restart_last_session) {
/external/chromium_org/chrome/browser/
H A Dbrowser_shutdown.cc154 bool restart_last_session = false; local
156 restart_last_session =
160 if (restart_last_session) {
178 return restart_last_session;
181 void ShutdownPostThreadsStop(bool restart_last_session) { argument
206 if (restart_last_session) {

Completed in 100 milliseconds