Home
last modified time | relevance | path

Searched refs:should_restore_apps (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/apps/
Dapp_restore_service.cc29 bool should_restore_apps = is_browser_restart; in ShouldRestoreApps() local
32 should_restore_apps = true; in ShouldRestoreApps()
34 return should_restore_apps; in ShouldRestoreApps()
42 void AppRestoreService::HandleStartup(bool should_restore_apps) { in HandleStartup() argument
55 if (should_restore_apps) { in HandleStartup()
Dapp_restore_service.h35 void HandleStartup(bool should_restore_apps);