| Index: ui/base/win/shell.h
|
| diff --git a/ui/base/win/shell.h b/ui/base/win/shell.h
|
| index dd3f75d0588c9a764f73af5012ba740dbeadd402..bf2e263b62e913bfe9f5772f748045593deef2f0 100644
|
| --- a/ui/base/win/shell.h
|
| +++ b/ui/base/win/shell.h
|
| @@ -31,6 +31,7 @@ UI_EXPORT bool OpenItemViaShellNoZoneCheck(const FilePath& full_path);
|
| // registered for the item, it behaves the same as OpenItemViaShell.
|
| UI_EXPORT bool OpenAnyViaShell(const string16& full_path,
|
| const string16& directory,
|
| + const string16& args,
|
| DWORD mask);
|
|
|
| // Ask the user, via the Windows "Open With" dialog, for an application to use
|
|
|