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

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

Issue 12850002: Move download filename determintion into a separate class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 2d97318fb825099f0448776ca296b18c2e64bf6f..86de15c71f9fcfa1282394d72efc599f00c0625f 100644
--- a/chrome/browser/download/download_file_picker_chromeos.h
+++ b/chrome/browser/download/download_file_picker_chromeos.h
@@ -12,11 +12,10 @@ struct SelectedFileInfo;
}
class DownloadFilePickerChromeOS : public DownloadFilePicker {
- public:
+ private:
DownloadFilePickerChromeOS();
virtual ~DownloadFilePickerChromeOS();
- private:
// SelectFileDialog::Listener implementation.
virtual void FileSelected(const base::FilePath& path,
int index,

Powered by Google App Engine
This is Rietveld 408576698