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

Issue 11878031: Bring back the file dialogs for chrome AURA. (Closed)

Created:
7 years, 11 months ago by ananta
Modified:
5 years, 10 months ago
CC:
chromium-reviews, benjhayden+dwatch_chromium.org, rdsmith+dwatch_chromium.org
Visibility:
Public.

Description

Bring back the file dialogs for chrome AURA. The AURA specific changes have been isolated in select_file_dialog_win.cc where we retrieve the top level window handle from the AURA root window. As per a discussion with Ben fixed the layering violation where in ui\base was depending on gfx::NativeView/NativeWindow which led to a layering violation on AURA. This was via ui\base\dialogs Moved the files out of ui\base\dialogs into a new gyp shell_dialogs.gyp which lives in ui\shell_dialogs. The relevant code in chrome browser now depends on this shell_dialogs target created by shell_dialogs.gyp BUG=151718

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 9

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Total comments: 5

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : #

Patch Set 14 : #

Patch Set 15 : #

Patch Set 16 : #

Patch Set 17 : #

Patch Set 18 : #

Patch Set 19 : #

Patch Set 20 : #

Patch Set 21 : #

Patch Set 22 : #

Patch Set 23 : #

Patch Set 24 : #

Patch Set 25 : #

Patch Set 26 : #

Patch Set 27 : #

Patch Set 28 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+315 lines, -185 lines) Patch
M chrome/browser/chromeos/extensions/file_browser_handler_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_browser_private_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/extensions/file_manager_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/devtools/devtools_file_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/download_file_picker.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/download_file_picker_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/save_package_file_picker.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/save_package_file_picker_chromeos.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/save_package_file_picker_chromeos.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/bookmarks/bookmarks_api.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/file_system/file_system_api.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/file_system/file_system_api.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/file_system/file_system_api_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/file_select_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/file_select_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/intents/native_services_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media_gallery/media_galleries_dialog_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/certificate_dialogs.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/certificate_dialogs.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/chrome_select_file_policy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/chrome_select_file_policy_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/intents/native_file_picker_service.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/libgtk2ui/gtk2_ui.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 4 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/ui/libgtk2ui/select_file_dialog_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/libgtk2ui/select_file_dialog_impl_gtk2.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/color_chooser_dialog.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/select_file_dialog_extension.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/select_file_dialog_extension.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/select_file_dialog_extension_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/select_file_dialog_extension_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/select_file_dialog_extension_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/user_data_dir_dialog_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/extensions/extension_settings_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/extensions/pack_extension_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/browser_options_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/certificate_manager_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/chromeos/change_picture_options_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/options/media_galleries_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/print_preview/print_preview_handler.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/tracing_ui.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -0 lines 0 comments Download
M content/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M content/common/view_messages.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M content/content_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -0 lines 0 comments Download
M content/content_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/pepper/pepper_file_chooser_host_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +1 line, -1 line 0 comments Download
M ui/android/ui_jni_registrar.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
M ui/base/linux_ui.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 2 chunks +0 lines, -6 lines 0 comments Download
M ui/base/ui_base_exports.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +0 lines, -1 line 0 comments Download
A + ui/shell_dialogs/base_shell_dialog.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +7 lines, -6 lines 0 comments Download
A + ui/shell_dialogs/base_shell_dialog.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
A + ui/shell_dialogs/base_shell_dialog_win.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 3 chunks +9 lines, -8 lines 0 comments Download
A + ui/shell_dialogs/base_shell_dialog_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
M + ui/shell_dialogs/gtk/select_file_dialog_impl.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +5 lines, -5 lines 0 comments Download
M + ui/shell_dialogs/gtk/select_file_dialog_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +2 lines, -2 lines 0 comments Download
M + ui/shell_dialogs/gtk/select_file_dialog_impl_gtk.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +3 lines, -3 lines 0 comments Download
M + ui/shell_dialogs/gtk/select_file_dialog_impl_kde.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +2 lines, -2 lines 0 comments Download
A ui/shell_dialogs/linux_ui_shell_dialog.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +31 lines, -0 lines 0 comments Download
A + ui/shell_dialogs/select_file_dialog.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 6 chunks +11 lines, -9 lines 0 comments Download
A + ui/shell_dialogs/select_file_dialog.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +14 lines, -12 lines 0 comments Download
A + ui/shell_dialogs/select_file_dialog_android.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +6 lines, -5 lines 0 comments Download
A + ui/shell_dialogs/select_file_dialog_factory.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 3 chunks +8 lines, -7 lines 0 comments Download
A + ui/shell_dialogs/select_file_dialog_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
A + ui/shell_dialogs/select_file_dialog_mac.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +6 lines, -5 lines 0 comments Download
A + ui/shell_dialogs/select_file_dialog_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
A + ui/shell_dialogs/select_file_dialog_win.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +8 lines, -7 lines 0 comments Download
A + ui/shell_dialogs/select_file_dialog_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 5 chunks +22 lines, -7 lines 0 comments Download
A + ui/shell_dialogs/select_file_dialog_win_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +3 lines, -2 lines 0 comments Download
A + ui/shell_dialogs/select_file_policy.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +7 lines, -6 lines 0 comments Download
A + ui/shell_dialogs/select_file_policy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
A + ui/shell_dialogs/selected_file_info.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 2 chunks +7 lines, -6 lines 0 comments Download
A + ui/shell_dialogs/selected_file_info.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +1 line, -1 line 0 comments Download
A ui/shell_dialogs/shell_dialogs.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +63 lines, -0 lines 0 comments Download
A ui/shell_dialogs/shell_dialogs_export.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +33 lines, -0 lines 0 comments Download
M ui/ui.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +0 lines, -25 lines 0 comments Download
M ui/ui_unittests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 3 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 15 (0 generated)
ananta
7 years, 11 months ago (2013-01-14 22:52:34 UTC) #1
Ben Goodger (Google)
https://codereview.chromium.org/11878031/diff/1/chrome/browser/download/save_package_file_picker.cc File chrome/browser/download/save_package_file_picker.cc (right): https://codereview.chromium.org/11878031/diff/1/chrome/browser/download/save_package_file_picker.cc#newcode170 chrome/browser/download/save_package_file_picker.cc:170: parent_view = reinterpret_cast<gfx::NativeWindow>( This is wrong but probably compiles ...
7 years, 11 months ago (2013-01-14 23:23:23 UTC) #2
ananta
https://codereview.chromium.org/11878031/diff/1/chrome/browser/download/save_package_file_picker.cc File chrome/browser/download/save_package_file_picker.cc (right): https://codereview.chromium.org/11878031/diff/1/chrome/browser/download/save_package_file_picker.cc#newcode170 chrome/browser/download/save_package_file_picker.cc:170: parent_view = reinterpret_cast<gfx::NativeWindow>( On 2013/01/14 23:23:23, Ben Goodger (Google) ...
7 years, 11 months ago (2013-01-14 23:26:32 UTC) #3
ananta
As per our discussion moved ui\base\dialogs to ui\shell_folders with a new gyp file shell_folders.gyp. PTAL.
7 years, 11 months ago (2013-01-15 03:19:21 UTC) #4
Ben Goodger (Google)
I am going to talk to erg about the linux includes in ui/base tomorrow morning. ...
7 years, 11 months ago (2013-01-15 04:44:43 UTC) #5
Ben Goodger (Google)
I am adding elliot to this cl as he knows the linux stuff better than ...
7 years, 11 months ago (2013-01-15 19:07:13 UTC) #6
ananta
https://codereview.chromium.org/11878031/diff/6012/ui/base/linux_ui.h File ui/base/linux_ui.h (right): https://codereview.chromium.org/11878031/diff/6012/ui/base/linux_ui.h#newcode10 ui/base/linux_ui.h:10: #include "ui/shell_dialogs/select_file_dialog.h" On 2013/01/15 04:44:43, Ben Goodger (Google) wrote: ...
7 years, 11 months ago (2013-01-15 19:32:28 UTC) #7
Ben Goodger (Google)
On Tue, Jan 15, 2013 at 11:32 AM, <ananta@chromium.org> wrote: > > https://codereview.chromium.**org/11878031/diff/6012/ui/**base/linux_ui.h<https://codereview.chromium.org/11878031/diff/6012/ui/base/linux_ui.h> > File ...
7 years, 11 months ago (2013-01-15 22:41:47 UTC) #8
ananta
On 2013/01/15 22:41:47, Ben Goodger (Google) wrote: > On Tue, Jan 15, 2013 at 11:32 ...
7 years, 11 months ago (2013-01-15 23:17:48 UTC) #9
Ben Goodger (Google)
ok let me know when the cl is updated.
7 years, 11 months ago (2013-01-15 23:18:58 UTC) #10
ananta
On 2013/01/15 23:18:58, Ben Goodger (Google) wrote: > ok let me know when the cl ...
7 years, 11 months ago (2013-01-15 23:23:20 UTC) #11
Ben Goodger (Google)
lgtm https://codereview.chromium.org/11878031/diff/60001/ui/base/linux_ui.h File ui/base/linux_ui.h (right): https://codereview.chromium.org/11878031/diff/60001/ui/base/linux_ui.h#newcode10 ui/base/linux_ui.h:10: #include "ui/shell_dialogs/select_file_dialog.h" you don't need this anymore then ...
7 years, 11 months ago (2013-01-15 23:26:42 UTC) #12
Elliot Glaysher
I suppose splitting LinuxUI into a derived interface works, even if I'm unhappy with the ...
7 years, 11 months ago (2013-01-15 23:28:52 UTC) #13
ananta
https://codereview.chromium.org/11878031/diff/60001/ui/base/linux_ui.h File ui/base/linux_ui.h (right): https://codereview.chromium.org/11878031/diff/60001/ui/base/linux_ui.h#newcode10 ui/base/linux_ui.h:10: #include "ui/shell_dialogs/select_file_dialog.h" On 2013/01/15 23:26:42, Ben Goodger (Google) wrote: ...
7 years, 11 months ago (2013-01-15 23:43:42 UTC) #14
ananta
7 years, 11 months ago (2013-01-16 23:53:22 UTC) #15
On 2013/01/15 23:43:42, ananta wrote:
> https://codereview.chromium.org/11878031/diff/60001/ui/base/linux_ui.h
> File ui/base/linux_ui.h (right):
> 
>
https://codereview.chromium.org/11878031/diff/60001/ui/base/linux_ui.h#newcode10
> ui/base/linux_ui.h:10: #include "ui/shell_dialogs/select_file_dialog.h"
> On 2013/01/15 23:26:42, Ben Goodger (Google) wrote:
> > you don't need this anymore then right?
> 
> Removed
> 
>
https://codereview.chromium.org/11878031/diff/60001/ui/shell_dialogs/select_f...
> File ui/shell_dialogs/select_file_dialog.h (right):
> 
>
https://codereview.chromium.org/11878031/diff/60001/ui/shell_dialogs/select_f...
> ui/shell_dialogs/select_file_dialog.h:205: class SHELL_DIALOGS_EXPORT
> LinuxUIShellDialog : public ui::LinuxUI {
> On 2013/01/15 23:28:52, Elliot Glaysher wrote:
> > Should this be in its own header instead?
> Done: Moved this to a new file linux_ui_shell_dialog.h

Please ignore this change for now. Due to problems with running tryjobs off this
change, I will upload a new change. 

Thanks
Ananta

Powered by Google App Engine
This is Rietveld 408576698