| 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 abc4d980af77ad7c193c2e208042492ef25c380c..6cf15656686f78372aa2c6a009100dd59364bcbe 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
|
|
|