Chromium Code Reviews

Unified Diff: chrome/common/win_util.h

Issue 52034: Implement basic ShowItemInFolder for linux.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/common/platform_util_win.cc ('k') | chrome/common/win_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/win_util.h
===================================================================
--- chrome/common/win_util.h (revision 12379)
+++ chrome/common/win_util.h (working copy)
@@ -115,9 +115,6 @@
// Returns true if we are on Windows Vista and composition is enabled
bool ShouldUseVistaFrame();
-// Open a Windows explorer window with the specified file highlighted.
-void ShowItemInFolder(const std::wstring& full_path);
-
// Open or run a file via the Windows shell. In the event that there is no
// default application registered for the file specified by 'full_path',
// ask the user, via the Windows "Open With" dialog, for an application to use
« no previous file with comments | « chrome/common/platform_util_win.cc ('k') | chrome/common/win_util.cc » ('j') | no next file with comments »

Powered by Google App Engine