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

Issue 9015022: Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelectedWebContents. I've ... (Closed)

Created:
8 years, 11 months ago by jam
Modified:
8 years, 11 months ago
Reviewers:
Jói
CC:
chromium-reviews, asanka, nkostylev+watch_chromium.org, tburkard+watch_chromium.org, dhollowa+watch_chromium.org, yoshiki+watch_chromium.org, mihaip+watch_chromium.org, dcheng, prasadt, rginda+watch_chromium.org, dmazzoni+watch_chromium.org, ajwong+watch_chromium.org, kinuko+watch, Ilya Sherman, GeorgeY, ncarter (slow), cbentzel+watch_chromium.org, aboxhall+watch_chromium.org, stevenjb+watch_chromium.org, jam, dyu1, joi+watch-content_chromium.org, darin-cc_chromium.org, brettw-cc_chromium.org, tim (not reviewing), jstritar+watch_chromium.org, Avi (use Gerrit), jennb, creis+watch_chromium.org, dtseng+watch_chromium.org, kkania, Raghu Simha, Randy Smith (Not in Mondays), yuzo+watch_chromium.org, dpranke-watch+content_chromium.org, jianli, ctguil+watch_chromium.org, zork+watch_chromium.org, achuith+watch_chromium.org, akalin, hashimoto+watch_chromium.org, Dmitry Titov, davidbarr+watch_chromium.org, Aaron Boodman, dominich+watch_chromium.org, robertshield, mmenke, rdsmith+dwatch_chromium.org, estade+watch_chromium.org, James Su, davemoore+watch_chromium.org
Visibility:
Public.

Description

Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelectedWebContents. I've converted the easy ones, I'll do the ones with more dependencies in a separate change to keep things trivial to review. I considered taking out GetSelectedTabContents altogether and having people just use GetSelectedTabContentsWrapper()->web_contents() per the existing comment in browser.h, but there are a lot of callers and it seemed too long to type. BUG=98716 TBR=joi Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=116122

Patch Set 1 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+878 lines, -765 lines) Patch
M chrome/browser/accessibility/accessibility_win_browsertest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/accessibility/dump_accessibility_tree_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_browsertest.cc View 3 chunks +8 lines, -5 lines 0 comments Download
M chrome/browser/automation/automation_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/automation/automation_provider_observers.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/automation/automation_tab_helper_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/automation/testing_automation_provider.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/bookmarks/bookmark_utils.h View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/bookmarks/bookmark_utils.cc View 3 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/browser_commands_unittest.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/browser_focus_uitest.cc View 11 chunks +15 lines, -15 lines 0 comments Download
M chrome/browser/chromeos/tab_closeable_state_watcher_browsertest.cc View 8 chunks +12 lines, -10 lines 0 comments Download
M chrome/browser/custom_handlers/protocol_handler_registry_browsertest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/debugger/devtools_window.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/debugger/devtools_window.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/download_browsertest.cc View 4 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/extensions/app_process_apitest.cc View 6 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/extensions/browser_action_apitest.cc View 4 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/extensions/chrome_app_api_browsertest.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M chrome/browser/extensions/content_script_apitest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_browsertests_misc.cc View 13 chunks +16 lines, -14 lines 0 comments Download
M chrome/browser/extensions/extension_context_menu_model.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_crash_recovery_browsertest.cc View 6 chunks +9 lines, -7 lines 0 comments Download
M chrome/browser/extensions/extension_dom_clipboard_apitest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_file_browser_private_api.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_icon_source_apitest.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/extensions/extension_incognito_apitest.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_install_ui_browsertest.cc View 3 chunks +9 lines, -7 lines 0 comments Download
M chrome/browser/extensions/extension_nacl_browsertest.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/extensions/extension_override_apitest.cc View 4 chunks +6 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_process_manager.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_resource_request_policy_apitest.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/extensions/extension_startup_browsertest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/extension_tabs_module.cc View 21 chunks +36 lines, -35 lines 0 comments Download
M chrome/browser/extensions/extension_url_rewrite_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_webnavigation_apitest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_webrequest_apitest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/extensions/lazy_background_page_apitest.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/extensions/page_action_apitest.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/extensions/webstore_inline_install_browsertest.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/external_tab_container_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/geolocation/geolocation_browsertest.cc View 14 chunks +17 lines, -15 lines 0 comments Download
M chrome/browser/gpu_pixel_browsertest.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/instant/instant_browsertest.cc View 25 chunks +36 lines, -33 lines 0 comments Download
M chrome/browser/magic_iframe_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/popup_blocker_browsertest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/prerender/prerender_browsertest.cc View 5 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/printing/print_dialog_cloud.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/printing/print_dialog_cloud_uitest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/sessions/session_restore.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/sessions/tab_restore_service.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/sessions/tab_restore_service_delegate.h View 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/speech/speech_input_bubble_browsertest.cc View 3 chunks +4 lines, -8 lines 0 comments Download
M chrome/browser/ssl/ssl_browser_tests.cc View 45 chunks +52 lines, -50 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_test.cc View 9 chunks +9 lines, -9 lines 0 comments Download
M chrome/browser/tab_contents/render_view_context_menu_browsertest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/tab_contents/web_drag_source_win.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/tabs/tab_finder.h View 4 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/tabs/tab_finder.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/task_manager/task_manager_resource_providers.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/browser.h View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.cc View 26 chunks +40 lines, -35 lines 0 comments Download
M chrome/browser/ui/browser_browsertest.cc View 21 chunks +22 lines, -22 lines 0 comments Download
M chrome/browser/ui/browser_close_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser_init.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser_navigator_browsertest.cc View 28 chunks +32 lines, -30 lines 0 comments Download
M chrome/browser/ui/browser_navigator_browsertest_chromeos.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/browser_tab_restore_service_delegate.h View 2 chunks +1 line, -4 lines 0 comments Download
M chrome/browser/ui/browser_tab_restore_service_delegate.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller.mm View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_cocoa.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller.mm View 13 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/ui/cocoa/browser_window_controller_private.mm View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/dev_tools_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/dev_tools_controller.mm View 5 chunks +9 lines, -6 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_action_context_menu.mm View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller_unittest.mm View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/tab_contents/tab_contents_controller.h View 2 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/ui/cocoa/tab_contents/tab_contents_controller.mm View 5 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/ui/cocoa/tabpose_window.mm View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/fullscreen_controller.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/gtk/bookmarks/bookmark_bar_gtk.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/ui/gtk/browser_titlebar.h View 2 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/ui/gtk/browser_titlebar.cc View 3 chunks +9 lines, -7 lines 0 comments Download
M chrome/browser/ui/gtk/browser_window_gtk.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/gtk/browser_window_gtk.cc View 7 chunks +11 lines, -11 lines 0 comments Download
M chrome/browser/ui/gtk/gtk_util.cc View 4 chunks +7 lines, -5 lines 0 comments Download
M chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/intents/web_intent_picker_controller_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/omnibox/omnibox_view_browsertest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/panels/panel.h View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/panels/panel.cc View 4 chunks +16 lines, -16 lines 0 comments Download
M chrome/browser/ui/panels/panel_browser_frame_view.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/ui/panels/panel_browsertest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/pdf/pdf_browsertest.cc View 8 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/ui/toolbar/toolbar_model.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/toolbar/wrench_menu_model.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/toolbar/wrench_menu_model_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/constrained_html_delegate_gtk.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/constrained_html_delegate_views.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/find_bar_host_interactive_uitest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/app_panel_browser_frame_view.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 15 chunks +27 lines, -27 lines 0 comments Download
M chrome/browser/ui/views/frame/opaque_browser_frame_view.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/html_dialog_view_browsertest.cc View 7 chunks +18 lines, -16 lines 0 comments Download
M chrome/browser/ui/views/ssl_client_certificate_selector_browsertest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/ui/views/tab_contents/tab_contents_container.h View 3 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/tab_contents/tab_contents_container.cc View 6 chunks +21 lines, -21 lines 0 comments Download
M chrome/browser/ui/views/wrench_menu.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/active_downloads_ui.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/webui/ntp/app_launcher_handler.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/webui/web_ui_browsertest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/webui/workers_ui_browsertest.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M chrome/test/base/ui_test_utils.h View 3 chunks +6 lines, -2 lines 0 comments Download
M chrome/test/base/ui_test_utils.cc View 9 chunks +17 lines, -17 lines 0 comments Download
M chrome/test/data/webui/hung_renderer_dialog_ui_test-inl.h View 2 chunks +4 lines, -2 lines 0 comments Download
M content/browser/accessibility/renderer_accessibility_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/device_orientation/device_orientation_browsertest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/download/mhtml_generation_browsertest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M content/browser/download/mhtml_generation_manager.h View 2 chunks +6 lines, -3 lines 0 comments Download
M content/browser/download/mhtml_generation_manager.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M content/browser/file_system/file_system_browsertest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/in_process_webkit/indexed_db_browsertest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_process_host_browsertest.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_view_host_browsertest.cc View 5 chunks +7 lines, -5 lines 0 comments Download
M content/browser/renderer_host/render_view_host_manager_browsertest.cc View 8 chunks +27 lines, -27 lines 0 comments Download
M content/browser/renderer_host/resource_dispatcher_host_browsertest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/speech/speech_input_browsertest.cc View 3 chunks +7 lines, -5 lines 0 comments Download
M content/browser/tab_contents/tab_contents.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/webkit_browsertest.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M content/public/browser/download_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/notification_types.h View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
jam
8 years, 11 months ago (2012-01-02 22:30:56 UTC) #1
Jói
8 years, 11 months ago (2012-01-04 10:57:22 UTC) #2
LGTM

On Mon, Jan 2, 2012 at 10:30 PM, <jam@chromium.org> wrote:

> Reviewers: Jói,
>
> Description:
> Replace most of Browser::**GetSelectedTabContents calls into
> Browser::**GetSelectedWebContents. I've converted the easy ones, I'll do
> the ones
> with more dependencies in a separate change to keep things trivial to
> review.
>
> I considered taking out GetSelectedTabContents altogether and having
> people just
> use GetSelectedTabContentsWrapper(**)->web_contents() per the existing
> comment in
> browser.h, but there are a lot of callers and it seemed too long to type.
>
> BUG=98716
> TBR=joi
>
> Please review this at
http://codereview.chromium.**org/9015022/<http://codereview.chromium.org/9015...
>
> SVN Base: svn://chrome-svn/chrome/trunk/**src/
>
> Affected files:
>  M     chrome/browser/accessibility/**accessibility_win_browsertest.**cc
>  M     chrome/browser/accessibility/**dump_accessibility_tree_**
> browsertest.cc
>  M     chrome/browser/autofill/**autofill_browsertest.cc
>  M     chrome/browser/automation/**automation_provider.cc
>  M     chrome/browser/automation/**automation_provider_observers.**cc
>  M     chrome/browser/automation/**automation_tab_helper_**browsertest.cc
>  M     chrome/browser/automation/**testing_automation_provider.cc
>  M     chrome/browser/bookmarks/**bookmark_utils.h
>  M     chrome/browser/bookmarks/**bookmark_utils.cc
>  M     chrome/browser/browser_**commands_unittest.cc
>  M     chrome/browser/browser_focus_**uitest.cc
>  M     chrome/browser/chromeos/tab_**closeable_state_watcher_**
> browsertest.cc
>  M     chrome/browser/custom_**handlers/protocol_handler_**
> registry_browsertest.cc
>  M     chrome/browser/debugger/**devtools_window.h
>  M     chrome/browser/debugger/**devtools_window.cc
>  M     chrome/browser/download/**download_browsertest.cc
>  M     chrome/browser/extensions/app_**process_apitest.cc
>  M     chrome/browser/extensions/**browser_action_apitest.cc
>  M     chrome/browser/extensions/**chrome_app_api_browsertest.cc
>  M     chrome/browser/extensions/**content_script_apitest.cc
>  M     chrome/browser/extensions/**extension_browsertests_misc.cc
>  M     chrome/browser/extensions/**extension_context_menu_model.**cc
>  M     chrome/browser/extensions/**extension_crash_recovery_**
> browsertest.cc
>  M     chrome/browser/extensions/**extension_dom_clipboard_**apitest.cc
>  M     chrome/browser/extensions/**extension_file_browser_**private_api.cc
>  M     chrome/browser/extensions/**extension_icon_source_apitest.**cc
>  M     chrome/browser/extensions/**extension_incognito_apitest.cc
>  M     chrome/browser/extensions/**extension_install_ui_**browsertest.cc
>  M     chrome/browser/extensions/**extension_nacl_browsertest.cc
>  M     chrome/browser/extensions/**extension_override_apitest.cc
>  M     chrome/browser/extensions/**extension_process_manager.cc
>  M     chrome/browser/extensions/**extension_resource_request_**
> policy_apitest.cc
>  M     chrome/browser/extensions/**extension_startup_browsertest.**cc
>  M     chrome/browser/extensions/**extension_tabs_module.cc
>  M     chrome/browser/extensions/**extension_url_rewrite_**browsertest.cc
>  M     chrome/browser/extensions/**extension_webnavigation_**apitest.cc
>  M     chrome/browser/extensions/**extension_webrequest_apitest.**cc
>  M     chrome/browser/extensions/**lazy_background_page_apitest.**cc
>  M     chrome/browser/extensions/**page_action_apitest.cc
>  M     chrome/browser/extensions/**webstore_inline_install_**
> browsertest.cc
>  M     chrome/browser/external_tab_**container_win.cc
>  M     chrome/browser/geolocation/**geolocation_browsertest.cc
>  M     chrome/browser/gpu_pixel_**browsertest.cc
>  M     chrome/browser/instant/**instant_browsertest.cc
>  M     chrome/browser/magic_iframe_**browsertest.cc
>  M     chrome/browser/popup_blocker_**browsertest.cc
>  M     chrome/browser/prerender/**prerender_browsertest.cc
>  M     chrome/browser/printing/print_**dialog_cloud.cc
>  M     chrome/browser/printing/print_**dialog_cloud_uitest.cc
>  M     chrome/browser/safe_browsing/**safe_browsing_service_**
> browsertest.cc
>  M     chrome/browser/sessions/**session_restore.cc
>  M     chrome/browser/sessions/tab_**restore_service.cc
>  M     chrome/browser/sessions/tab_**restore_service_delegate.h
>  M     chrome/browser/speech/speech_**input_bubble_browsertest.cc
>  M     chrome/browser/ssl/ssl_**browser_tests.cc
>  M     chrome/browser/sync/test/**integration/sync_test.cc
>  M     chrome/browser/tab_contents/**render_view_context_menu_**
> browsertest.cc
>  M     chrome/browser/tab_contents/**web_drag_source_win.cc
>  M     chrome/browser/tabs/tab_**finder.h
>  M     chrome/browser/tabs/tab_**finder.cc
>  M     chrome/browser/task_manager/**task_manager_resource_**providers.cc
>  M     chrome/browser/ui/browser.h
>  M     chrome/browser/ui/browser.cc
>  M     chrome/browser/ui/browser_**browsertest.cc
>  M     chrome/browser/ui/browser_**close_browsertest.cc
>  M     chrome/browser/ui/browser_**init.cc
>  M     chrome/browser/ui/browser_**navigator_browsertest.cc
>  M     chrome/browser/ui/browser_**navigator_browsertest_**chromeos.cc
>  M     chrome/browser/ui/browser_tab_**restore_service_delegate.h
>  M     chrome/browser/ui/browser_tab_**restore_service_delegate.cc
>  M    
chrome/browser/ui/cocoa/**bookmarks/bookmark_bar_**controller.mm<http://bookmark_bar_controller.mm>
>  M    
chrome/browser/ui/cocoa/browse**r_window_cocoa.mm<http://browser_window_cocoa.mm>
>  M     chrome/browser/ui/cocoa/**browser_window_controller.h
>  M    
chrome/browser/ui/cocoa/browse**r_window_controller.mm<http://browser_window_controller.mm>
>  M    
chrome/browser/ui/cocoa/browse**r_window_controller_private.mm<http://browser_window_controller_private.mm>
>  M     chrome/browser/ui/cocoa/dev_**tools_controller.h
>  M    
chrome/browser/ui/cocoa/dev_**tools_controller.mm<http://dev_tools_controller.mm>
>  M     chrome/browser/ui/cocoa/**extensions/extension_action_**
> context_menu.mm <http://extension_action_context_menu.mm>
>  M     chrome/browser/ui/cocoa/fullsc**reen_exit_bubble_controller_**
> unittest.mm <http://fullscreen_exit_bubble_controller_unittest.mm>
>  M     chrome/browser/ui/cocoa/tab_**contents/tab_contents_**controller.h
>  M    
chrome/browser/ui/cocoa/tab_**contents/tab_contents_**controller.mm<http://tab_contents_controller.mm>
>  M     chrome/browser/ui/cocoa/tabpos**e_window.mm<http://tabpose_window.mm>
>  M     chrome/browser/ui/cocoa/**toolbar/toolbar_controller.mm
>  M     chrome/browser/ui/fullscreen_**controller.cc
>  M     chrome/browser/ui/gtk/**bookmarks/bookmark_bar_gtk.cc
>  M     chrome/browser/ui/gtk/browser_**titlebar.h
>  M     chrome/browser/ui/gtk/browser_**titlebar.cc
>  M     chrome/browser/ui/gtk/browser_**window_gtk.h
>  M     chrome/browser/ui/gtk/browser_**window_gtk.cc
>  M     chrome/browser/ui/gtk/gtk_**util.cc
>  M     chrome/browser/ui/gtk/omnibox/**omnibox_view_gtk.cc
>  M     chrome/browser/ui/intents/web_**intent_picker_controller_**
> browsertest.cc
>  M     chrome/browser/ui/omnibox/**omnibox_view_browsertest.cc
>  M     chrome/browser/ui/panels/**panel.h
>  M     chrome/browser/ui/panels/**panel.cc
>  M     chrome/browser/ui/panels/**panel_browser_frame_view.cc
>  M     chrome/browser/ui/panels/**panel_browsertest.cc
>  M     chrome/browser/ui/pdf/pdf_**browsertest.cc
>  M     chrome/browser/ui/toolbar/**toolbar_model.cc
>  M     chrome/browser/ui/toolbar/**wrench_menu_model.cc
>  M     chrome/browser/ui/toolbar/**wrench_menu_model_unittest.cc
>  M     chrome/browser/ui/views/**bookmarks/bookmark_bar_view.cc
>  M     chrome/browser/ui/views/**constrained_html_delegate_gtk.**cc
>  M     chrome/browser/ui/views/**constrained_html_delegate_**views.cc
>  M     chrome/browser/ui/views/find_**bar_host_interactive_uitest.cc
>  M     chrome/browser/ui/views/frame/**app_panel_browser_frame_view.**cc
>  M     chrome/browser/ui/views/frame/**browser_view.h
>  M     chrome/browser/ui/views/frame/**browser_view.cc
>  M     chrome/browser/ui/views/frame/**opaque_browser_frame_view.cc
>  M     chrome/browser/ui/views/html_**dialog_view_browsertest.cc
>  M     chrome/browser/ui/views/ssl_**client_certificate_selector_**
> browsertest.cc
>  M     chrome/browser/ui/views/tab_**contents/tab_contents_**container.h
>  M     chrome/browser/ui/views/tab_**contents/tab_contents_**container.cc
>  M     chrome/browser/ui/views/**wrench_menu.cc
>  M     chrome/browser/ui/webui/**active_downloads_ui.cc
>  M     chrome/browser/ui/webui/ntp/**app_launcher_handler.cc
>  M     chrome/browser/ui/webui/web_**ui_browsertest.cc
>  M     chrome/browser/ui/webui/**workers_ui_browsertest.cc
>  M     chrome/test/base/ui_test_**utils.h
>  M     chrome/test/base/ui_test_**utils.cc
>  M     chrome/test/data/webui/hung_**renderer_dialog_ui_test-inl.h
>  M     content/browser/accessibility/**renderer_accessibility_**
> browsertest.cc
>  M     content/browser/device_**orientation/device_**
> orientation_browsertest.cc
>  M     content/browser/download/**mhtml_generation_browsertest.**cc
>  M     content/browser/download/**mhtml_generation_manager.h
>  M     content/browser/download/**mhtml_generation_manager.cc
>  M     content/browser/file_system/**file_system_browsertest.cc
>  M     content/browser/in_process_**webkit/indexed_db_browsertest.**cc
>  M     content/browser/renderer_host/**render_process_host_**
> browsertest.cc
>  M     content/browser/renderer_host/**render_view_host_browsertest.**cc
>  M     content/browser/renderer_host/**render_view_host_manager_**
> browsertest.cc
>  M     content/browser/renderer_host/**resource_dispatcher_host_**
> browsertest.cc
>  M     content/browser/speech/speech_**input_browsertest.cc
>  M     content/browser/tab_contents/**tab_contents.cc
>  M     content/browser/webkit_**browsertest.cc
>  M     content/public/browser/**download_manager.h
>  M     content/public/browser/**notification_types.h
>
>
>

Powered by Google App Engine
This is Rietveld 408576698