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

Unified Diff: chrome/browser/extensions/file_manager_util.h

Issue 8457004: platform_util::OpenItem fixes (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase 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/extensions/file_manager_util.h
===================================================================
--- chrome/browser/extensions/file_manager_util.h (revision 109689)
+++ chrome/browser/extensions/file_manager_util.h (working copy)
@@ -6,6 +6,8 @@
#define CHROME_BROWSER_EXTENSIONS_FILE_MANAGER_UTIL_H_
#pragma once
+#include <string>
+
#include "base/file_path.h"
#include "chrome/browser/ui/shell_dialogs.h"
#include "googleurl/src/gurl.h"
@@ -45,8 +47,7 @@
// Opens file browser UI in its own tab on file system location defined with
// |dir|.
- static void ShowFullTabUrl(Profile* profile,
- const FilePath& dir);
+ static void ViewFolder(const FilePath& dir);
static void ViewItem(const FilePath& full_path, bool enqueue);
« no previous file with comments | « chrome/browser/chromeos/extensions/file_browser_event_router.cc ('k') | chrome/browser/extensions/file_manager_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698