|
|
Part 3 of Move SelectFileDialog implementation to ui/base/dialogs/
-Actually move the SelectFileDialog class to ui::, leaving a
compatibility header in the interim.
- Because of linking reasons, create a factory interface for the SelectFileDialogExtension to use to inject itself from chrome/browser/views/ui/
- wstring code moved to win only files.
BUG= 134529
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=146382
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+190 lines, -338 lines) |
Patch |
 |
M |
chrome/browser/file_select_helper.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/certificate_dialogs.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/select_file_dialog.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -186 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/ui/select_file_dialog.cc
|
View
|
|
1 chunk |
+0 lines, -88 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc
|
View
|
1
2
3
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/ui/views/select_file_dialog_aura.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/select_file_dialog_extension.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -0 lines |
1 comment
|
Download
|
 |
A |
chrome/browser/ui/views/select_file_dialog_extension_factory.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+25 lines, -0 lines |
1 comment
|
Download
|
 |
A |
chrome/browser/ui/views/select_file_dialog_extension_factory.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/select_file_dialog_win.cc
|
View
|
|
1 chunk |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/select_file_dialog_win_unittest.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/print_preview/print_preview_handler.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
A + |
ui/base/dialogs/select_file_dialog.h
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+18 lines, -20 lines |
2 comments
|
Download
|
 |
A + |
ui/base/dialogs/select_file_dialog.cc
|
View
|
1
2
|
3 chunks |
+45 lines, -15 lines |
0 comments
|
Download
|
 |
A |
ui/base/dialogs/select_file_dialog_factory.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/base/dialogs/select_file_dialog_factory.cc
|
View
|
1
2
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/ui.gyp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|