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

Unified Diff: chrome/browser/platform_util.h

Issue 1867533002: (TOBEDELETED)Select downloaded file in the folder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review fixes Created 4 years, 8 months 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 | « no previous file | chrome/browser/platform_util_linux.cc » ('j') | chrome/browser/platform_util_linux.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/platform_util.h
diff --git a/chrome/browser/platform_util.h b/chrome/browser/platform_util.h
index 81cb4b8cf0f966aa5fbae381ee140f84f9766beb..596232f0aa98100104bc06bb40f9111b991848ed 100644
--- a/chrome/browser/platform_util.h
+++ b/chrome/browser/platform_util.h
@@ -37,7 +37,13 @@ enum OpenOperationResult {
};
// Type of item that is the target of the OpenItem() call.
-enum OpenItemType { OPEN_FILE, OPEN_FOLDER };
+enum OpenItemType {
+ OPEN_FILE,
+ OPEN_FOLDER,
+#if defined(OS_LINUX)
+ SHOW_ITEM_IN_FOLDER
+#endif
+};
// Callback used with OpenFile and OpenFolder.
typedef base::Callback<void(OpenOperationResult)> OpenOperationCallback;
« no previous file with comments | « no previous file | chrome/browser/platform_util_linux.cc » ('j') | chrome/browser/platform_util_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698