Chromium Code Reviews| Index: chrome/common/platform_util_win.cc |
| =================================================================== |
| --- chrome/common/platform_util_win.cc (revision 17020) |
| +++ chrome/common/platform_util_win.cc (working copy) |
| @@ -82,6 +82,10 @@ |
| highlight, NULL); |
| } |
| +void OpenItem(const FilePath& full_path) { |
| + win_util::OpenItemViaShell(full_path); |
| +} |
| + |
| gfx::NativeWindow GetTopLevel(gfx::NativeView view) { |
| return GetAncestor(view, GA_ROOT); |
| } |