#include "chrome/browser/browser_process_platform_part_base.h"
#include "base/notreached.h"
#include "build/build_config.h"
#if !BUILDFLAG(IS_ANDROID)
#include "chrome/browser/lifetime/application_lifetime_desktop.h"
#endif
BrowserProcessPlatformPartBase::BrowserProcessPlatformPartBase() { … }
BrowserProcessPlatformPartBase::~BrowserProcessPlatformPartBase() { … }
void BrowserProcessPlatformPartBase::StartTearDown() { … }
void BrowserProcessPlatformPartBase::AttemptExit(bool try_to_quit_application) { … }
void BrowserProcessPlatformPartBase::PreMainMessageLoopRun() { … }