summaryrefslogtreecommitdiffstats
path: root/chrome/browser/download/download_manager.h
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-12 03:26:07 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-12 03:26:07 +0000
commit7d3851d8c1b1b1a7158138ec730976c77b93fb15 (patch)
treedd1d470359b258ea520496475ef5488805057c08 /chrome/browser/download/download_manager.h
parentb25f1ae69eb736ddf5f6fe73020a533330821a1d (diff)
downloadchromium_src-7d3851d8c1b1b1a7158138ec730976c77b93fb15.zip
chromium_src-7d3851d8c1b1b1a7158138ec730976c77b93fb15.tar.gz
chromium_src-7d3851d8c1b1b1a7158138ec730976c77b93fb15.tar.bz2
Once we've decided that a path doesn't exist, reserve it by creating an empty file so that we don't later think that the same path doesn't exist.
BUG=3662 R=paulg Review URL: http://codereview.chromium.org/13336 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6878 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/download/download_manager.h')
-rw-r--r--chrome/browser/download/download_manager.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/download/download_manager.h b/chrome/browser/download/download_manager.h
index d840957..e2d3b5b 100644
--- a/chrome/browser/download/download_manager.h
+++ b/chrome/browser/download/download_manager.h
@@ -411,10 +411,6 @@ class DownloadManager : public base::RefCountedThreadSafe<DownloadManager>,
// Shutdown the download manager. This call is needed only after Init.
void Shutdown();
- // Determines whether the "save as" dialog should be displayed to the user
- // when downloading a file.
- bool ShouldDisplaySaveAsDialog(const DownloadCreateInfo* info);
-
// Called on the download thread to check whether the suggested file path
// exists. We don't check if the file exists on the UI thread to avoid UI
// stalls from interacting with the file system.