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

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: Merge with r148594 to and resolve conflicts with r148576 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 1c9104ee765f3088f4a61cb4bd0504563ac56e81..6d824fc4ff7849f4972b4c68deac478e3cc3c6bd 100644
--- a/chrome/browser/download/download_file_picker_chromeos.h
+++ b/chrome/browser/download/download_file_picker_chromeos.h
@@ -28,7 +28,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);
};
« no previous file with comments | « chrome/browser/download/download_file_picker.cc ('k') | chrome/browser/download/download_file_picker_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698