Chromium Code Reviews| Index: chrome/browser/platform_util.h |
| =================================================================== |
| --- chrome/browser/platform_util.h (revision 108954) |
| +++ chrome/browser/platform_util.h (working copy) |
| @@ -17,9 +17,11 @@ |
| namespace platform_util { |
| // Show the given file in a file manager. If possible, select the file. |
| +// Must be called from the UI thread. |
|
Mark Mentovai
2011/11/09 14:22:50
This doesn’t seem to be true.
It‘s definitely tru
achuithb
2011/11/09 20:21:36
Done.
|
| void ShowItemInFolder(const FilePath& full_path); |
| // Open the given file in the desktop's default manner. |
| +// Must be called from the UI thread. |
| void OpenItem(const FilePath& full_path); |
| // Open the given external protocol URL in the desktop's default manner. |