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

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

Issue 22301003: file_manager: Remove file_manager::OpenNewWindow() and GetVideoPlayerUrl() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove one more Created 7 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager/file_manager_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chrome/browser/chromeos/extensions/file_manager/file_manager_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698