| Index: ui/aura/remote_root_window_host_win.h
|
| diff --git a/ui/aura/remote_root_window_host_win.h b/ui/aura/remote_root_window_host_win.h
|
| index e2e6d1ca28692f398226cde669e4f141643e43e6..5e587d874a69150ecbf0e55155d1ad2a682a391e 100644
|
| --- a/ui/aura/remote_root_window_host_win.h
|
| +++ b/ui/aura/remote_root_window_host_win.h
|
| @@ -98,6 +98,9 @@ class AURA_EXPORT RemoteRootWindowHostWin : public RootWindowHost {
|
| // Called when we have a message from the remote process.
|
| bool OnMessageReceived(const IPC::Message& message);
|
|
|
| + void HandleOpenURLOnDesktop(const base::string16& shortcut,
|
| + const base::string16& url);
|
| +
|
| void HandleOpenFile(const base::string16& title,
|
| const base::FilePath& default_path,
|
| const base::string16& filter,
|
|
|