| Index: chrome/browser/shell_integration_win.cc
|
| diff --git a/chrome/browser/shell_integration_win.cc b/chrome/browser/shell_integration_win.cc
|
| index 93f1f2f082444dbec59cb155c432f618a0947800..97ee657998ad2aa7a531196af00719271736eee4 100644
|
| --- a/chrome/browser/shell_integration_win.cc
|
| +++ b/chrome/browser/shell_integration_win.cc
|
| @@ -391,7 +391,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::IsMetroProcess())
|
| return false;
|
|
|
| // Delegate to metro_driver, which has the brains to invoke the activation
|
|
|