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

Unified Diff: ui/base/win/shell.h

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 | « content/browser/tab_contents/tab_contents_delegate.cc ('k') | ui/base/win/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/win/shell.h
diff --git a/ui/base/win/shell.h b/ui/base/win/shell.h
index b02bce143ef9906ffebdbc5d5f586b3a5d1944f2..3cebc86dd663addd5053c693d6057484d584ca65 100644
--- a/ui/base/win/shell.h
+++ b/ui/base/win/shell.h
@@ -8,6 +8,7 @@
#include <windows.h>
+#include "base/process.h"
#include "base/string16.h"
#include "ui/base/ui_export.h"
@@ -20,7 +21,9 @@ namespace win {
// default application registered for the file specified by 'full_path',
// ask the user, via the Windows "Open With" dialog.
// Returns 'true' on successful open, 'false' otherwise.
-UI_EXPORT bool OpenItemViaShell(const FilePath& full_path);
+// XXX
+UI_EXPORT bool OpenItemViaShell(const FilePath& full_path,
+ base::ProcessHandle* process_handle);
// The download manager now writes the alternate data stream with the
// zone on all downloads. This function is equivalent to OpenItemViaShell
« no previous file with comments | « content/browser/tab_contents/tab_contents_delegate.cc ('k') | ui/base/win/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698