| Index: chrome/browser/shell_integration_win.cc
|
| diff --git a/chrome/browser/shell_integration_win.cc b/chrome/browser/shell_integration_win.cc
|
| index 429649fcd8f7dbb7233c208cc0757b4d66c31713..34a35b70fc47a45e0888de99bd780aeec9e4ca20 100644
|
| --- a/chrome/browser/shell_integration_win.cc
|
| +++ b/chrome/browser/shell_integration_win.cc
|
| @@ -394,7 +394,7 @@ bool ActivateApplication(const string16& app_id) {
|
| // Not supported when running in metro mode.
|
| // TODO(grt) This should perhaps check that this Chrome isn't in metro mode
|
| // or, if it is, that |app_id| doesn't identify this Chrome.
|
| - if (base::win::GetMetroModule())
|
| + if (base::win::InMetroMode())
|
| return false;
|
|
|
| // Delegate to metro_driver, which has the brains to invoke the activation
|
|
|