Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4491)

Unified Diff: chrome/browser/platform_util.h

Issue 8457004: platform_util::OpenItem fixes (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rdsmith feedback Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698