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

Issue 2063863002: Use DCHECKs when observing only a single notification. (Closed)

Created:
4 years, 6 months ago by Lei Zhang
Modified:
4 years, 6 months ago
Reviewers:
xiyuan, tommycli
CC:
chromium-reviews, asanka, oshima+watch_chromium.org, tburkard+watch_chromium.org, jam, browser-components-watch_chromium.org, noyau+watch_chromium.org, miu+watch_chromium.org, extensions-reviews_chromium.org, cbentzel+watch_chromium.org, Matt Giuca, mlamouri+watch-geolocation_chromium.org, grt+watch_chromium.org, dzhioev+watch_chromium.org, achuith+watch_chromium.org, rlp+watch_chromium.org, groby+spellwatch_chromium.org, chromium-apps-reviews_chromium.org, tapted, gavinp+prer_chromium.org, rouslan+spell_chromium.org, mcasas+watch+vc_chromium.org, Michael van Ouwerkerk, mlamouri+watch-permissions_chromium.org, feature-media-reviews_chromium.org, tfarina, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Use DCHECKs when observing only a single notification. In various places in chrome/browser. Committed: https://crrev.com/52835794be3b6a6b5c3db1888685fdb845a29998 Cr-Commit-Position: refs/heads/master@{#399536}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+182 lines, -274 lines) Patch
M chrome/browser/android/tab_web_contents_delegate_android.cc View 1 chunk +4 lines, -10 lines 0 comments Download
M chrome/browser/background/background_mode_manager.cc View 1 chunk +13 lines, -18 lines 0 comments Download
M chrome/browser/bookmarks/bookmark_html_writer.cc View 4 chunks +11 lines, -10 lines 0 comments Download
M chrome/browser/chromeos/app_mode/startup_app_launcher.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/drive/drive_integration_service.cc View 1 chunk +6 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/extensions/external_cache.cc View 1 chunk +4 lines, -10 lines 0 comments Download
M chrome/browser/chromeos/first_run/drive_first_run_controller.cc View 1 chunk +6 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/login/auth/auth_prewarmer.cc View 1 chunk +7 lines, -12 lines 0 comments Download
M chrome/browser/chromeos/login/signin_screen_controller.cc View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/ownership/owner_settings_service_chromeos.cc View 1 chunk +1 line, -4 lines 0 comments Download
M chrome/browser/chromeos/policy/cloud_external_data_policy_observer.cc View 1 chunk +2 lines, -5 lines 0 comments Download
M chrome/browser/chromeos/policy/recommendation_restorer.cc View 1 chunk +6 lines, -8 lines 0 comments Download
M chrome/browser/download/chrome_download_manager_delegate.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/download/download_request_limiter.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/file_select_helper.cc View 2 chunks +4 lines, -11 lines 0 comments Download
M chrome/browser/geolocation/geolocation_permission_context_unittest.cc View 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/jumplist_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/media/permission_bubble_media_access_handler.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M chrome/browser/plugins/plugin_status_pref_setter.cc View 1 chunk +2 lines, -5 lines 0 comments Download
M chrome/browser/policy/cloud/user_cloud_policy_invalidator.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/cloud/user_policy_signin_service_base.cc View 1 chunk +11 lines, -15 lines 0 comments Download
M chrome/browser/prerender/prerender_manager.cc View 1 chunk +4 lines, -9 lines 0 comments Download
M chrome/browser/printing/print_job.cc View 1 chunk +3 lines, -9 lines 0 comments Download
M chrome/browser/printing/print_job_manager.cc View 1 chunk +4 lines, -11 lines 0 comments Download
M chrome/browser/printing/print_view_manager_base.cc View 1 chunk +2 lines, -10 lines 0 comments Download
M chrome/browser/profiles/profile_shortcut_manager_win.cc View 1 chunk +8 lines, -15 lines 0 comments Download
M chrome/browser/renderer_context_menu/render_view_context_menu_browsertest_util.cc View 1 chunk +6 lines, -13 lines 0 comments Download
M chrome/browser/safe_browsing/client_side_detection_service.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/service_process/service_process_control.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M chrome/browser/spellchecker/spellcheck_service.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/ssl/captive_portal_metrics_recorder.cc View 1 chunk +22 lines, -21 lines 0 comments Download
M chrome/browser/ssl/ssl_client_auth_observer.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ssl/ssl_error_handler.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M chrome/browser/task_manager/web_contents_information.cc View 1 chunk +4 lines, -7 lines 0 comments Download
M chrome/browser/web_applications/update_shortcut_worker_win.cc View 1 chunk +5 lines, -4 lines 0 comments Download
M chrome/test/base/find_in_page_observer.cc View 1 chunk +19 lines, -20 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
Lei Zhang
xiyuan: chromeos tommycli: non-chromeos
4 years, 6 months ago (2016-06-13 18:29:27 UTC) #2
xiyuan
chromeos/* LGTM
4 years, 6 months ago (2016-06-13 19:04:29 UTC) #3
tommycli
Some of these changes will alter the release-mode behavior. Whereas previously an unexpected notification type ...
4 years, 6 months ago (2016-06-13 19:20:34 UTC) #4
Lei Zhang
On 2016/06/13 19:20:34, tommycli wrote: > Some of these changes will alter the release-mode behavior. ...
4 years, 6 months ago (2016-06-13 19:31:07 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2063863002/1
4 years, 6 months ago (2016-06-13 19:32:21 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 6 months ago (2016-06-13 21:08:22 UTC) #8
commit-bot: I haz the power
CQ bit was unchecked
4 years, 6 months ago (2016-06-13 21:08:40 UTC) #9
commit-bot: I haz the power
4 years, 6 months ago (2016-06-13 21:11:13 UTC) #11
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/52835794be3b6a6b5c3db1888685fdb845a29998
Cr-Commit-Position: refs/heads/master@{#399536}

Powered by Google App Engine
This is Rietveld 408576698