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

Issue 8986007: Move WebUIMessageHandler to its own file in the public directory and put it in the content namesp... (Closed)

Created:
8 years, 11 months ago by jam
Modified:
8 years, 11 months ago
Reviewers:
Jói
CC:
chromium-reviews, asanka, vrk (LEFT CHROMIUM), jam, sadrul, nkostylev+watch_chromium.org, acolwell+watch_chromium.org, yoshiki+watch_chromium.org, annacc+watch_chromium.org, stevenjb+watch_chromium.org, ben+watch_chromium.org, tbarzic+watch_chromium.org, achuith+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, dhollowa+watch_chromium.org, ihf+watch_chromium.org, ddorwin+watch_chromium.org, fischman+watch_chromium.org, Randy Smith (Not in Mondays), dpranke-watch+content_chromium.org, scherkus (not reviewing), hclam+watch_chromium.org, eroman, davemoore+watch_chromium.org, Paweł Hajdan Jr., estade+watch_chromium.org, mmenke
Visibility:
Public.

Description

Move WebUIMessageHandler to its own file in the public directory and put it in the content namespace. BUG=98716 TBR=joi Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=116057

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+360 lines, -198 lines) Patch
M chrome/browser/chromeos/choose_mobile_network_dialog.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/choose_mobile_network_dialog.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/login/login_html_dialog.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/login/login_html_dialog.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/sim_dialog_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/sim_dialog_delegate.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/printing/cloud_print/cloud_print_setup_flow.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/printing/cloud_print/cloud_print_setup_message_handler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/printing/cloud_print/cloud_print_setup_message_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/printing/print_dialog_cloud.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/printing/print_dialog_cloud_internal.h View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/printing/print_dialog_cloud_unittest.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/printing/print_preview_tab_controller.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/html_dialog_window_controller.mm View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/html_dialog_window_controller_unittest.mm View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/gtk/html_dialog_gtk.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/html_dialog_gtk.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/login/login_prompt_ui.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/html_dialog_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/html_dialog_view.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/keyboard_overlay_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/keyboard_overlay_delegate.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/active_downloads_ui.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/aura/app_list_ui.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/bug_report_ui.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/certificate_viewer_webui.h View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/certificate_viewer_webui.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/choose_mobile_network_ui.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/imageburner/imageburner_ui.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/imageburner/webui_handler.h View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/base_screen_handler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/update_screen_handler.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/mobile_setup_dialog.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/register_page_ui.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/chromeos/system_info_ui.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/cloud_print_signin_dialog.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/collected_cookies_ui_delegate.h View 1 2 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/collected_cookies_ui_delegate.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/conflicts_ui.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/constrained_html_ui.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/crashes_ui.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/downloads_dom_handler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/downloads_dom_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/edit_search_engine_dialog_webui.h View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/edit_search_engine_dialog_webui.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/flags_ui.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/flash_ui.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/gpu_internals_ui.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/history_ui.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/history_ui.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/html_dialog_ui.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/html_dialog_ui.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/hung_renderer_dialog.h View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/hung_renderer_dialog.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/input_window_dialog_webui.h View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/input_window_dialog_webui.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/media/media_internals_handler.h View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/media/media_internals_handler.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/media/media_internals_proxy.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/metrics_handler.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/metrics_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/net_internals_ui.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/net_internals_ui_browsertest.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/ntp/favicon_webui_handler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/favicon_webui_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/ntp/foreign_session_handler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/foreign_session_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/ntp/most_visited_handler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/most_visited_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_page_handler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_page_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_login_handler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/ntp_login_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/ntp/recently_closed_tabs_handler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/recently_closed_tabs_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/options/options_ui.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/options/options_ui.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/options2/options_ui2.h View 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/options2/options_ui2.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/plugins_ui.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/policy_ui.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/ui/webui/policy_ui.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/print_preview_handler.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/print_preview_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/profiler_ui.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/quota_internals_handler.h View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/quota_internals_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/sessions_ui.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/ssl_client_certificate_selector_webui.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/ssl_client_certificate_selector_webui.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/tab_modal_confirm_dialog_webui.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/task_manager_dialog.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/task_manager_handler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/task_manager_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/test_html_dialog_ui_delegate.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/test_html_dialog_ui_delegate.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/tracing_ui.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/web_ui_browsertest.h View 1 2 2 chunks +5 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/web_ui_browsertest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/web_ui_test_handler.h View 1 2 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/web_ui_test_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/webui/workers_ui.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/test/data/webui/async_gen.h View 1 2 3 4 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/test/data/webui/async_gen.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/data/webui/chrome_send_browsertest.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/test/data/webui/chrome_send_browsertest.cc View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M content/browser/webui/generic_handler.h View 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/webui/generic_handler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/webui/web_ui.h View 4 chunks +3 lines, -50 lines 0 comments Download
M content/browser/webui/web_ui.cc View 3 chunks +1 line, -71 lines 0 comments Download
A content/browser/webui/web_ui_message_handler.cc View 1 chunk +73 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 chunks +2 lines, -0 lines 0 comments Download
A content/public/browser/web_ui_message_handler.h View 1 1 chunk +73 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jam
8 years, 11 months ago (2011-12-31 04:24:40 UTC) #1
Jói
8 years, 11 months ago (2012-01-02 10:27:28 UTC) #2
LGTM

On Sat, Dec 31, 2011 at 4:24 AM,  <jam@chromium.org> wrote:
> Reviewers: Jói,
>
> Description:
> Move WebUIMessageHandler to its own file in the public directory and put it
> in
> the content namespace.
>
> BUG=98716
> TBR=joi
> Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=116057
>
> Please review this at http://codereview.chromium.org/8986007/
>
> SVN Base: svn://chrome-svn/chrome/trunk/src/
>
> Affected files:
>  M     chrome/browser/chromeos/choose_mobile_network_dialog.h
>  M     chrome/browser/chromeos/choose_mobile_network_dialog.cc
>  M     chrome/browser/chromeos/login/login_html_dialog.h
>  M     chrome/browser/chromeos/login/login_html_dialog.cc
>  M     chrome/browser/chromeos/sim_dialog_delegate.h
>  M     chrome/browser/chromeos/sim_dialog_delegate.cc
>  M     chrome/browser/printing/cloud_print/cloud_print_setup_flow.h
>  M     chrome/browser/printing/cloud_print/cloud_print_setup_flow.cc
>  M
> chrome/browser/printing/cloud_print/cloud_print_setup_message_handler.h
>  M
> chrome/browser/printing/cloud_print/cloud_print_setup_message_handler.cc
>  M     chrome/browser/printing/print_dialog_cloud.cc
>  M     chrome/browser/printing/print_dialog_cloud_internal.h
>  M     chrome/browser/printing/print_dialog_cloud_unittest.cc
>  M     chrome/browser/printing/print_preview_tab_controller.cc
>  M     chrome/browser/ui/cocoa/html_dialog_window_controller.mm
>  M     chrome/browser/ui/cocoa/html_dialog_window_controller_unittest.mm
>  M     chrome/browser/ui/gtk/html_dialog_gtk.h
>  M     chrome/browser/ui/gtk/html_dialog_gtk.cc
>  M     chrome/browser/ui/login/login_prompt_ui.cc
>  M     chrome/browser/ui/views/html_dialog_view.h
>  M     chrome/browser/ui/views/html_dialog_view.cc
>  M     chrome/browser/ui/views/keyboard_overlay_delegate.h
>  M     chrome/browser/ui/views/keyboard_overlay_delegate.cc
>  M     chrome/browser/ui/webui/active_downloads_ui.cc
>  M     chrome/browser/ui/webui/aura/app_list_ui.cc
>  M     chrome/browser/ui/webui/bug_report_ui.cc
>  M     chrome/browser/ui/webui/certificate_viewer_webui.h
>  M     chrome/browser/ui/webui/certificate_viewer_webui.cc
>  M     chrome/browser/ui/webui/chromeos/choose_mobile_network_ui.cc
>  M     chrome/browser/ui/webui/chromeos/imageburner/imageburner_ui.cc
>  M     chrome/browser/ui/webui/chromeos/imageburner/webui_handler.h
>  M     chrome/browser/ui/webui/chromeos/keyboard_overlay_ui.cc
>  M     chrome/browser/ui/webui/chromeos/login/base_screen_handler.h
>  M     chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc
>  M     chrome/browser/ui/webui/chromeos/login/update_screen_handler.cc
>  M     chrome/browser/ui/webui/chromeos/mobile_setup_dialog.cc
>  M     chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc
>  M     chrome/browser/ui/webui/chromeos/proxy_settings_ui.cc
>  M     chrome/browser/ui/webui/chromeos/register_page_ui.cc
>  M     chrome/browser/ui/webui/chromeos/sim_unlock_ui.cc
>  M     chrome/browser/ui/webui/chromeos/system_info_ui.cc
>  M     chrome/browser/ui/webui/cloud_print_signin_dialog.cc
>  M     chrome/browser/ui/webui/collected_cookies_ui_delegate.h
>  M     chrome/browser/ui/webui/collected_cookies_ui_delegate.cc
>  M     chrome/browser/ui/webui/conflicts_ui.cc
>  M     chrome/browser/ui/webui/constrained_html_ui.cc
>  M     chrome/browser/ui/webui/crashes_ui.cc
>  M     chrome/browser/ui/webui/downloads_dom_handler.h
>  M     chrome/browser/ui/webui/downloads_dom_handler.cc
>  M     chrome/browser/ui/webui/edit_search_engine_dialog_webui.h
>  M     chrome/browser/ui/webui/edit_search_engine_dialog_webui.cc
>  M     chrome/browser/ui/webui/flags_ui.cc
>  M     chrome/browser/ui/webui/flash_ui.cc
>  M     chrome/browser/ui/webui/gpu_internals_ui.cc
>  M     chrome/browser/ui/webui/history_ui.h
>  M     chrome/browser/ui/webui/history_ui.cc
>  M     chrome/browser/ui/webui/html_dialog_ui.h
>  M     chrome/browser/ui/webui/html_dialog_ui.cc
>  M     chrome/browser/ui/webui/hung_renderer_dialog.h
>  M     chrome/browser/ui/webui/hung_renderer_dialog.cc
>  M     chrome/browser/ui/webui/input_window_dialog_webui.h
>  M     chrome/browser/ui/webui/input_window_dialog_webui.cc
>  M     chrome/browser/ui/webui/media/media_internals_handler.h
>  M     chrome/browser/ui/webui/media/media_internals_handler.cc
>  M     chrome/browser/ui/webui/media/media_internals_proxy.cc
>  M     chrome/browser/ui/webui/metrics_handler.h
>  M     chrome/browser/ui/webui/metrics_handler.cc
>  M     chrome/browser/ui/webui/net_internals_ui.cc
>  M     chrome/browser/ui/webui/net_internals_ui_browsertest.cc
>  M     chrome/browser/ui/webui/ntp/app_launcher_handler.h
>  M     chrome/browser/ui/webui/ntp/app_launcher_handler.cc
>  M     chrome/browser/ui/webui/ntp/favicon_webui_handler.h
>  M     chrome/browser/ui/webui/ntp/favicon_webui_handler.cc
>  M     chrome/browser/ui/webui/ntp/foreign_session_handler.h
>  M     chrome/browser/ui/webui/ntp/foreign_session_handler.cc
>  M     chrome/browser/ui/webui/ntp/most_visited_handler.h
>  M     chrome/browser/ui/webui/ntp/most_visited_handler.cc
>  M     chrome/browser/ui/webui/ntp/new_tab_page_handler.h
>  M     chrome/browser/ui/webui/ntp/new_tab_page_handler.cc
>  M     chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.h
>  M     chrome/browser/ui/webui/ntp/new_tab_page_sync_handler.cc
>  M     chrome/browser/ui/webui/ntp/ntp_login_handler.h
>  M     chrome/browser/ui/webui/ntp/ntp_login_handler.cc
>  M     chrome/browser/ui/webui/ntp/recently_closed_tabs_handler.h
>  M     chrome/browser/ui/webui/ntp/recently_closed_tabs_handler.cc
>  M     chrome/browser/ui/webui/options/options_ui.h
>  M     chrome/browser/ui/webui/options/options_ui.cc
>  M     chrome/browser/ui/webui/options2/options_ui2.h
>  M     chrome/browser/ui/webui/options2/options_ui2.cc
>  M     chrome/browser/ui/webui/plugins_ui.cc
>  M     chrome/browser/ui/webui/policy_ui.h
>  M     chrome/browser/ui/webui/policy_ui.cc
>  M     chrome/browser/ui/webui/print_preview_handler.h
>  M     chrome/browser/ui/webui/print_preview_handler.cc
>  M     chrome/browser/ui/webui/profiler_ui.cc
>  M     chrome/browser/ui/webui/quota_internals_handler.h
>  M     chrome/browser/ui/webui/quota_internals_handler.cc
>  M     chrome/browser/ui/webui/sessions_ui.cc
>  M     chrome/browser/ui/webui/ssl_client_certificate_selector_webui.h
>  M     chrome/browser/ui/webui/ssl_client_certificate_selector_webui.cc
>  M     chrome/browser/ui/webui/tab_modal_confirm_dialog_webui.cc
>  M     chrome/browser/ui/webui/task_manager_dialog.cc
>  M     chrome/browser/ui/webui/task_manager_handler.h
>  M     chrome/browser/ui/webui/task_manager_handler.cc
>  M     chrome/browser/ui/webui/test_html_dialog_ui_delegate.h
>  M     chrome/browser/ui/webui/test_html_dialog_ui_delegate.cc
>  M     chrome/browser/ui/webui/tracing_ui.cc
>  M     chrome/browser/ui/webui/web_ui_browsertest.h
>  M     chrome/browser/ui/webui/web_ui_browsertest.cc
>  M     chrome/browser/ui/webui/web_ui_test_handler.h
>  M     chrome/browser/ui/webui/web_ui_test_handler.cc
>  M     chrome/browser/ui/webui/workers_ui.cc
>  M     chrome/test/data/webui/async_gen.h
>  M     chrome/test/data/webui/async_gen.cc
>  M     chrome/test/data/webui/chrome_send_browsertest.h
>  M     chrome/test/data/webui/chrome_send_browsertest.cc
>  M     content/browser/webui/generic_handler.h
>  M     content/browser/webui/generic_handler.cc
>  M     content/browser/webui/web_ui.h
>  M     content/browser/webui/web_ui.cc
>  A     content/browser/webui/web_ui_message_handler.cc
>  M     content/content_browser.gypi
>  A     content/public/browser/web_ui_message_handler.h
>
>

Powered by Google App Engine
This is Rietveld 408576698