Index: chrome/browser/chromeos/extensions/file_manager/file_manager_util.h |
diff --git a/chrome/browser/chromeos/extensions/file_manager/file_manager_util.h b/chrome/browser/chromeos/extensions/file_manager/file_manager_util.h |
index dbf68d79b955e5d9ba69c0dfeaab4be663871af3..579091f109ad7818b14837c336f4087d6a9a1240 100644 |
--- a/chrome/browser/chromeos/extensions/file_manager/file_manager_util.h |
+++ b/chrome/browser/chromeos/extensions/file_manager/file_manager_util.h |
@@ -26,7 +26,6 @@ namespace util { |
GURL GetFileBrowserExtensionUrl(); |
GURL GetFileBrowserUrl(); |
GURL GetMediaPlayerUrl(); |
-GURL GetVideoPlayerUrl(); |
// Converts |relative_path| (e.g., "drive/root" or "Downloads") into external |
// filesystem URL (e.g., filesystem://id/external/drive/root). |
@@ -69,10 +68,6 @@ string16 GetTitleFromType(ui::SelectFileDialog::Type type); |
// |path|. In this case the tab will automatically close on |path| unmount. |
void ViewRemovableDrive(const base::FilePath& path); |
-// Opens a new window of the Files.app on the specified url using the |
-// provided profile. If |profile| is null, then the default one is used. |
-void OpenNewWindow(Profile* profile, const GURL& url); |
- |
// Opens an action choice dialog for an external drive. |
// One of the actions is opening the File Manager. Passes |advanced_mode| |
// flag to the dialog. If it is enabled, then auto-choice gets disabled. |