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

Unified Diff: chrome/browser/download/download_file_picker_chromeos.h

Issue 10704052: Download filename determination refactor (3/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years, 5 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
Index: chrome/browser/download/download_file_picker_chromeos.h
diff --git a/chrome/browser/download/download_file_picker_chromeos.h b/chrome/browser/download/download_file_picker_chromeos.h
index 455521213d74e760aa3fcc3bd4e5e5b7e1489609..6d89f3627ebf64962709e1a5024d7bc487d041bf 100644
--- a/chrome/browser/download/download_file_picker_chromeos.h
+++ b/chrome/browser/download/download_file_picker_chromeos.h
@@ -20,7 +20,8 @@ class DownloadFilePickerChromeOS : public DownloadFilePicker {
// DownloadFilePicker implementation.
// This looks up the gdata path instead of the temporary local path.
- virtual void InitSuggestedPath(content::DownloadItem* item) OVERRIDE;
+ virtual void InitSuggestedPath(content::DownloadItem* item,
+ const FilePath& suggested_path) OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(DownloadFilePickerChromeOS);
};

Powered by Google App Engine
This is Rietveld 408576698