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

Issue 14241006: Eliminate InfoBarTabHelper. Make InfoBarService a concrete class. (Closed)

Created:
7 years, 8 months ago by Peter Kasting
Modified:
7 years, 8 months ago
CC:
chromium-reviews, jam, dhollowa+watch_chromium.org, ahutter, browser-components-watch_chromium.org, rdsmith+dwatch_chromium.org, stuartmorgan+watch_chromium.org, dmazzoni+watch_chromium.org, Albert Bodenhamer, markusheintz_, benjhayden+dwatch_chromium.org, Ilya Sherman, Aaron Boodman, benquan, kkania, dbeam+watch-autofill_chromium.org, apatrick_chromium, Raghu Simha, chromium-apps-reviews_chromium.org, tim (not reviewing), jeremya+watch_chromium.org, dtseng+watch_chromium.org, yoshiki+watch_chromium.org, yuzo+watch_chromium.org, pam+watch_chromium.org, Raman Kakilate, haitaol1, ctguil+watch_chromium.org, zork+watch_chromium.org, akalin, hashimoto+watch_chromium.org, tfarina, sail+watch_chromium.org, davidbarr+watch_chromium.org, aboxhall+watch_chromium.org, robertshield, Dane Wallinga, dyu1, estade+watch_chromium.org
Visibility:
Public.

Description

Eliminate InfoBarTabHelper. Make InfoBarService a concrete class. Most changes here are from inlining and renaming the simple accessors in the API. BUG=none TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195922

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+308 lines, -631 lines) Patch
M chrome/browser/accessibility/accessibility_extension_api.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/autofill/autofill_browsertest.cc View 1 2 3 5 chunks +7 lines, -13 lines 0 comments Download
M chrome/browser/autofill/autofill_cc_infobar_delegate.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/automation/automation_provider_observers.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/automation/testing_automation_provider.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/custom_handlers/register_protocol_handler_infobar_delegate.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/download/download_browsertest.cc View 1 2 3 2 chunks +6 lines, -9 lines 0 comments Download
M chrome/browser/extensions/extension_infobar_delegate.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/extension_install_ui_browsertest.cc View 1 2 3 1 chunk +4 lines, -4 lines 0 comments Download
M chrome/browser/extensions/theme_installed_infobar_delegate.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/geolocation/chrome_geolocation_permission_context_unittest.cc View 1 2 3 20 chunks +62 lines, -62 lines 0 comments Download
M chrome/browser/geolocation/geolocation_browsertest.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/geolocation/geolocation_infobar_delegate.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/google/google_url_tracker_infobar_delegate.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/infobars/infobar_container.cc View 1 2 3 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/infobars/infobar_delegate.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/infobars/infobar_service.h View 1 2 3 4 chunks +51 lines, -19 lines 0 comments Download
A + chrome/browser/infobars/infobar_service.cc View 1 2 3 11 chunks +41 lines, -76 lines 0 comments Download
D chrome/browser/infobars/infobar_tab_helper.h View 1 2 3 1 chunk +0 lines, -69 lines 0 comments Download
D chrome/browser/infobars/infobar_tab_helper.cc View 1 2 3 1 chunk +0 lines, -228 lines 0 comments Download
M chrome/browser/infobars/infobars_browsertest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/infobars/insecure_content_infobar_delegate.cc View 1 2 3 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/managed_mode/managed_mode_browsertest.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/managed_mode/managed_mode_navigation_observer.cc View 1 2 3 5 chunks +6 lines, -9 lines 0 comments Download
M chrome/browser/media/media_stream_infobar_delegate.cc View 1 2 3 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/notifications/notification_browsertest.cc View 1 2 3 6 chunks +7 lines, -8 lines 0 comments Download
M chrome/browser/password_manager/password_manager_browsertest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/pepper_broker_infobar_delegate.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/plugins/plugin_infobar_delegates.cc View 1 2 3 6 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/policy/policy_browsertest.cc View 1 2 3 6 chunks +9 lines, -11 lines 0 comments Download
M chrome/browser/ssl/ssl_tab_helper.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/task_manager/task_manager_browsertest.cc View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/three_d_api_observer.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/translate/options_menu_model.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/translate/translate_infobar_delegate.cc View 1 2 3 7 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/translate/translate_manager_browsertest.cc View 1 2 3 2 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/ui/auto_login_infobar_delegate.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/infobars/extension_infobar_controller.mm View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/infobars/infobar_container_controller.mm View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/collected_cookies_infobar_delegate.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/content_settings/content_setting_changed_infobar_delegate.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/extensions/app_metro_infobar_delegate_win.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/gtk/infobars/infobar_gtk.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/omnibox/alternate_nav_infobar_delegate.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/startup/obsolete_os_infobar_delegate.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/startup/startup_browser_creator_browsertest.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/sync/one_click_signin_helper.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/external_tab_container_win.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/website_settings/website_settings_infobar_delegate.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/website_settings/website_settings_unittest.cc View 1 2 3 2 chunks +5 lines, -6 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M chrome/test/gpu/webgl_infobar_browsertest.cc View 1 2 3 2 chunks +5 lines, -8 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Peter Kasting
Closing the circle on InfoBarService/InfoBarTabHelper. joi: review ben: OWNERS
7 years, 8 months ago (2013-04-19 01:01:51 UTC) #1
Jói
Hi Peter, It looks like a lot of the code in infobar_service.cc is copied with ...
7 years, 8 months ago (2013-04-19 11:05:20 UTC) #2
Jói
I've reviewed, mostly looks good but see below. Cheers, Jói https://codereview.chromium.org/14241006/diff/15001/chrome/browser/infobars/infobar_service.h File chrome/browser/infobars/infobar_service.h (left): https://codereview.chromium.org/14241006/diff/15001/chrome/browser/infobars/infobar_service.h#oldcode23 ...
7 years, 8 months ago (2013-04-19 11:14:37 UTC) #3
Peter Kasting
New snap up; the .cc file should be easier to review now (if you care), ...
7 years, 8 months ago (2013-04-19 19:46:30 UTC) #4
Jói
LGTM, thanks.
7 years, 8 months ago (2013-04-22 14:24:36 UTC) #5
sky
LGTM
7 years, 8 months ago (2013-04-23 20:52:44 UTC) #6
Peter Kasting
7 years, 8 months ago (2013-04-23 22:27:43 UTC) #7
Message was sent while issue was closed.
Committed patchset #4 manually as r195922 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698