| Index: trunk/src/chrome/browser/plugins/plugin_infobar_delegates.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/plugins/plugin_infobar_delegates.cc (revision 236090)
|
| +++ trunk/src/chrome/browser/plugins/plugin_infobar_delegates.cc (working copy)
|
| @@ -504,7 +504,7 @@
|
| // 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::RemoteWindowTreeHostWin::Instance()->HandleOpenURLOnDesktop(
|
| + aura::RemoteRootWindowHostWin::Instance()->HandleOpenURLOnDesktop(
|
| shortcut_path, url);
|
| }
|
| #endif
|
|
|