| 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);
|
| };
|
|
|