summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_content_browser_client.cc
diff options
context:
space:
mode:
authorhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-21 15:32:12 +0000
committerhashimoto@chromium.org <hashimoto@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-21 15:32:12 +0000
commitffc0c2d51b01e5ea248ffd13d3c158b65d987afd (patch)
treeab4acf8819ac105859a0bafe7e0bcb5f4bec59c5 /chrome/browser/chrome_content_browser_client.cc
parentd66ce661974416e8f0ffa4089a892b253828d398 (diff)
downloadchromium_src-ffc0c2d51b01e5ea248ffd13d3c158b65d987afd.zip
chromium_src-ffc0c2d51b01e5ea248ffd13d3c158b65d987afd.tar.gz
chromium_src-ffc0c2d51b01e5ea248ffd13d3c158b65d987afd.tar.bz2
Move OpenItem/ShowItemInFolder from ContentBrowserClient to DownloadManagerDelegate
ChromeDownloadManagerDelegate provides Profile which can be used to perform drive file operations. MockDownloadOpenForTesting is moved from DownloadItem to DownloadManager. Rename DownloadManager::DownloadOpened to OpenDownload. Add DownloadManager::ShowDownloadInShell. BUG=154713 TEST=git try TBR=joth@chromium.org for android_webview Review URL: https://chromiumcodereview.appspot.com/11941015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177920 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/chrome_content_browser_client.cc')
-rw-r--r--chrome/browser/chrome_content_browser_client.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
index a430cc9..d27c0b2 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -1193,14 +1193,6 @@ ChromeContentBrowserClient::CreateQuotaPermissionContext() {
return new ChromeQuotaPermissionContext();
}
-void ChromeContentBrowserClient::OpenItem(const FilePath& path) {
- platform_util::OpenItem(path);
-}
-
-void ChromeContentBrowserClient::ShowItemInFolder(const FilePath& path) {
- platform_util::ShowItemInFolder(path);
-}
-
void ChromeContentBrowserClient::AllowCertificateError(
int render_process_id,
int render_view_id,