| Index: ui/base/win/shell.h
|
| diff --git a/ui/base/win/shell.h b/ui/base/win/shell.h
|
| index b02bce143ef9906ffebdbc5d5f586b3a5d1944f2..3cebc86dd663addd5053c693d6057484d584ca65 100644
|
| --- a/ui/base/win/shell.h
|
| +++ b/ui/base/win/shell.h
|
| @@ -8,6 +8,7 @@
|
|
|
| #include <windows.h>
|
|
|
| +#include "base/process.h"
|
| #include "base/string16.h"
|
| #include "ui/base/ui_export.h"
|
|
|
| @@ -20,7 +21,9 @@ namespace win {
|
| // default application registered for the file specified by 'full_path',
|
| // ask the user, via the Windows "Open With" dialog.
|
| // Returns 'true' on successful open, 'false' otherwise.
|
| -UI_EXPORT bool OpenItemViaShell(const FilePath& full_path);
|
| +// XXX
|
| +UI_EXPORT bool OpenItemViaShell(const FilePath& full_path,
|
| + base::ProcessHandle* process_handle);
|
|
|
| // The download manager now writes the alternate data stream with the
|
| // zone on all downloads. This function is equivalent to OpenItemViaShell
|
|
|