Revert of Add button to add new FSP services to Files app. (patchset #8 id:140001...
[chromium-blink-merge.git] / chrome / browser / chromeos / file_manager / select_file_dialog_util.h
blob2f2526b7b619d18d2cf42137429715313181a12d
1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 //
5 // This file provides utilities related to the select file dialog.
7 #ifndef CHROME_BROWSER_CHROMEOS_FILE_MANAGER_SELECT_FILE_DIALOG_UTIL_H_
8 #define CHROME_BROWSER_CHROMEOS_FILE_MANAGER_SELECT_FILE_DIALOG_UTIL_H_
10 #include "ui/shell_dialogs/select_file_dialog.h"
12 namespace file_manager {
13 namespace util {
15 // Get file dialog title string from its type.
16 base::string16 GetSelectFileDialogTitle(ui::SelectFileDialog::Type type);
18 } // namespace util
19 } // namespace file_manager
21 #endif // CHROME_BROWSER_CHROMEOS_FILE_MANAGER_SELECT_FILE_DIALOG_UTIL_H_