| Index: chrome/utility/shell_handler_win.h
|
| diff --git a/chrome/utility/shell_handler_win.h b/chrome/utility/shell_handler_win.h
|
| index f91124c11c84aef11bc7fbcaf41a786b6941c235..10ffe72b2854364a88b6eeae33fde9864a739bc3 100644
|
| --- a/chrome/utility/shell_handler_win.h
|
| +++ b/chrome/utility/shell_handler_win.h
|
| @@ -34,6 +34,7 @@ class ShellHandler : public UtilityMessageHandler {
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
|
|
| private:
|
| + void OnOpenItemViaShell(const base::FilePath& full_path);
|
| void OnGetOpenFileName(
|
| HWND owner,
|
| DWORD flags,
|
|
|