|
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
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177920
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+57 lines, -105 lines) |
Patch |
 |
M |
android_webview/browser/aw_content_browser_client.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
android_webview/browser/aw_content_browser_client.cc
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
|
1 chunk |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/chrome_download_manager_delegate.h
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/chrome_download_manager_delegate.cc
|
View
|
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/download/download_browsertest.cc
|
View
|
|
2 chunks |
+1 line, -26 lines |
2 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/downloads/downloads_api_unittest.cc
|
View
|
|
2 chunks |
+1 line, -25 lines |
0 comments
|
Download
|
 |
M |
content/browser/download/download_item_impl.h
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/download/download_item_impl.cc
|
View
|
|
5 chunks |
+2 lines, -16 lines |
0 comments
|
Download
|
 |
M |
content/browser/download/download_item_impl_delegate.h
|
View
|
|
1 chunk |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/download/download_item_impl_delegate.cc
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/download/download_manager_impl.h
|
View
|
|
3 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/download/download_manager_impl.cc
|
View
|
|
3 chunks |
+15 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/download/download_manager_impl_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/browser/content_browser_client.h
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/download_item.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/browser/download_manager.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/download_manager_delegate.h
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/mock_download_item.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/public/test/mock_download_manager.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 14 (0 generated)
|