| Index: chrome/browser/lifetime/application_lifetime_win.cc
|
| diff --git a/chrome/browser/lifetime/application_lifetime_win.cc b/chrome/browser/lifetime/application_lifetime_win.cc
|
| index a245e7382b5f91fdbb79047b349e531bd85656f5..12f44b3c43bc3a734fb1846a5e69cf2d92da6872 100644
|
| --- a/chrome/browser/lifetime/application_lifetime_win.cc
|
| +++ b/chrome/browser/lifetime/application_lifetime_win.cc
|
| @@ -64,6 +64,10 @@ void AttemptRestartWithModeSwitch() {
|
| }
|
|
|
| #if defined(USE_AURA)
|
| +void MetroExitHelper() {
|
| + aura::HandleMetroExit();
|
| +}
|
| +
|
| void ActivateDesktopHelper(AshExecutionStatus ash_execution_status) {
|
| scoped_ptr<base::Environment> env(base::Environment::Create());
|
| std::string version_str;
|
|
|