Skip to content

Commit effc4d9

Browse files
committed
Fix previous commit
1 parent e920798 commit effc4d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/browser/shell_download_manager_delegate.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@ class ShellDownloadManagerDelegate
5656
// Inhibits prompting and sets the default download path.
5757
void SetDownloadBehaviorForTesting(
5858
const base::FilePath& default_download_path);
59+
#if defined(OS_WIN)
5960
virtual void FileSelected(
6061
const base::FilePath& path, int index, void* params) OVERRIDE;
6162
virtual void FileSelectionCanceled(void* params) OVERRIDE;
63+
#endif
6264

6365
protected:
6466
// To allow subclasses for testing.

0 commit comments

Comments
 (0)