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

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

Issue 7584004: Keeping the current directory in URL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small fixes. Created 9 years, 4 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
Index: chrome/browser/extensions/file_manager_util.h
diff --git a/chrome/browser/extensions/file_manager_util.h b/chrome/browser/extensions/file_manager_util.h
index 76712ef1e64c998b1a5bf3ce7b40d284e49d6bb9..075b1e1fa2ea27c8796cc49a305f4fcb455e087f 100644
--- a/chrome/browser/extensions/file_manager_util.h
+++ b/chrome/browser/extensions/file_manager_util.h
@@ -42,9 +42,9 @@ class FileManagerUtil {
const FilePath::StringType& default_extension);
// Opens file browser UI in its own tab on file system location defined with
- // |default_path|.
+ // |dir|.
static void ShowFullTabUrl(Profile* profile,
- const FilePath& default_path);
+ const FilePath& dir);
static void ViewItem(const FilePath& full_path, bool enqueue);
@@ -52,14 +52,6 @@ class FileManagerUtil {
FileManagerUtil() {}
// Helper to convert numeric dialog type to a string.
static std::string GetDialogTypeAsString(SelectFileDialog::Type dialog_type);
- // Help to convert potential dialog arguments into json.
- static std::string GetArgumentsJson(
- SelectFileDialog::Type type,
- const string16& title,
- const FilePath& default_path,
- const SelectFileDialog::FileTypeInfo* file_types,
- int file_type_index,
- const FilePath::StringType& default_extension);
DISALLOW_COPY_AND_ASSIGN(FileManagerUtil);
};
« no previous file with comments | « no previous file | chrome/browser/extensions/file_manager_util.cc » ('j') | chrome/browser/extensions/file_manager_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698