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

Unified Diff: chrome/browser/platform_util_win.cc

Issue 8851007: WIP / Do not commit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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
« no previous file with comments | « chrome/browser/platform_util_mac.mm ('k') | chrome/browser/plugin_database_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/platform_util_win.cc
diff --git a/chrome/browser/platform_util_win.cc b/chrome/browser/platform_util_win.cc
index 8f211e28fe93aaca0338a294d30d44e8b2c62f5c..5e6b0746adb472bcfdc51c35ca028db166f6126d 100644
--- a/chrome/browser/platform_util_win.cc
+++ b/chrome/browser/platform_util_win.cc
@@ -123,7 +123,7 @@ void ShowItemInFolder(const FilePath& full_path) {
base::Bind(&ShowItemInFolderOnFileThread, full_path));
}
-void OpenItem(const FilePath& full_path) {
+void OpenItem(const FilePath& full_path, base::ProcessHandle* process_handle) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE,
base::IgnoreReturn<bool>(base::Bind(&ui::win::OpenItemViaShell,
« no previous file with comments | « chrome/browser/platform_util_mac.mm ('k') | chrome/browser/plugin_database_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698