| Index: chrome/browser/plugins/plugin_infobar_delegates.cc
|
| diff --git a/chrome/browser/plugins/plugin_infobar_delegates.cc b/chrome/browser/plugins/plugin_infobar_delegates.cc
|
| index 88bcd6de36276ac5cb745e9d507f8789ac62e859..e4933fa5e9ea5c6705638268421551cd2eed2e88 100644
|
| --- a/chrome/browser/plugins/plugin_infobar_delegates.cc
|
| +++ b/chrome/browser/plugins/plugin_infobar_delegates.cc
|
| @@ -497,7 +497,7 @@ void LaunchDesktopInstanceHelper(const base::string16& url) {
|
| // Actually launching the process needs to happen in the metro viewer,
|
| // otherwise it won't automatically transition to desktop. So we have
|
| // to send an IPC to the viewer to do the ShellExecute.
|
| - aura::RemoteRootWindowHostWin::Instance()->HandleOpenURLOnDesktop(
|
| + aura::RemoteWindowTreeHostWin::Instance()->HandleOpenURLOnDesktop(
|
| shortcut_path, url);
|
| }
|
| #endif
|
|
|