Add "Report an unsafe site" app menu item 3/X [chromium/src : main]

0 views
Skip to first unread message

Peter Kotwicz (Gerrit)

unread,
Feb 5, 2026, 9:43:48 PM (2 days ago) Feb 5
to Dana Fried, Chromium Metrics Reviews, chromium...@chromium.org, asvitkine...@chromium.org, srahim...@chromium.org
Attention needed from Dana Fried

Peter Kotwicz added 1 comment

Patchset-level comments
File-level comment, Patchset 5 (Latest):
Peter Kotwicz . resolved

dfried@ can you please take a look? I am splitting the CL you looked at into 5 sub CLs. The entire feature will likely be implemented over 12ish CLs

Open in Gerrit

Related details

Attention is currently required from:
  • Dana Fried
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement is not satisfiedCode-Owners
  • requirement is not satisfiedCode-Review
  • requirement is not satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I9d153e17b3f358a2c90bbab9a907b3c1b234c981
Gerrit-Change-Number: 7549863
Gerrit-PatchSet: 5
Gerrit-Owner: Peter Kotwicz <pkot...@chromium.org>
Gerrit-Reviewer: Dana Fried <dfr...@chromium.org>
Gerrit-CC: Chromium Metrics Reviews <chromium-met...@google.com>
Gerrit-Attention: Dana Fried <dfr...@chromium.org>
Gerrit-Comment-Date: Fri, 06 Feb 2026 02:43:44 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
satisfied_requirement
unsatisfied_requirement
open
diffy

Dana Fried (Gerrit)

unread,
Feb 6, 2026, 9:40:17 AM (yesterday) Feb 6
to Peter Kotwicz, Chromium Metrics Reviews, chromium...@chromium.org, asvitkine...@chromium.org, srahim...@chromium.org
Attention needed from Peter Kotwicz

Dana Fried added 2 comments

File chrome/browser/ui/browser_commands.cc
Line 2359, Patchset 5 (Latest): base::RecordAction(UserMetricsAction("ReportUnsafeSite_AppMenu"));
Dana Fried . unresolved

nit: this naming convention doesn't seem to match any other app menu actions

File chrome/browser/ui/toolbar/app_menu_model.cc
Line 957, Patchset 5 (Latest): if (feedback::ReportUnsafeSiteDialog::IsEnabled(*browser->profile())) {
Dana Fried . unresolved

Should we wrap this in a GOOGLE_CHROME_BRANDING check as well?

Open in Gerrit

Related details

Attention is currently required from:
  • Peter Kotwicz
Submit Requirements:
    • requirement satisfiedCode-Coverage
    • requirement is not satisfiedCode-Owners
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: I9d153e17b3f358a2c90bbab9a907b3c1b234c981
    Gerrit-Change-Number: 7549863
    Gerrit-PatchSet: 5
    Gerrit-Owner: Peter Kotwicz <pkot...@chromium.org>
    Gerrit-Reviewer: Dana Fried <dfr...@chromium.org>
    Gerrit-CC: Chromium Metrics Reviews <chromium-met...@google.com>
    Gerrit-Attention: Peter Kotwicz <pkot...@chromium.org>
    Gerrit-Comment-Date: Fri, 06 Feb 2026 14:40:10 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Peter Kotwicz (Gerrit)

    unread,
    Feb 6, 2026, 10:58:30 AM (yesterday) Feb 6
    to Dana Fried, Chromium Metrics Reviews, chromium...@chromium.org, asvitkine...@chromium.org, srahim...@chromium.org
    Attention needed from Dana Fried

    Peter Kotwicz added 3 comments

    Patchset-level comments
    File-level comment, Patchset 6 (Latest):
    Peter Kotwicz . resolved

    dfried@ can you please take another look?

    File chrome/browser/ui/browser_commands.cc
    Line 2359, Patchset 5: base::RecordAction(UserMetricsAction("ReportUnsafeSite_AppMenu"));
    Dana Fried . resolved

    nit: this naming convention doesn't seem to match any other app menu actions

    Peter Kotwicz

    Removed _AppMenu suffix

    File chrome/browser/ui/toolbar/app_menu_model.cc
    Line 957, Patchset 5: if (feedback::ReportUnsafeSiteDialog::IsEnabled(*browser->profile())) {
    Dana Fried . resolved

    Should we wrap this in a GOOGLE_CHROME_BRANDING check as well?

    Peter Kotwicz

    Put IDC_FEEDBACK inside the GOOGLE_CHROME_BRANDING check as well. Let's see if the tests pass. The help menu isn't created at all for non-branded builds.

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Dana Fried
    Submit Requirements:
      • requirement satisfiedCode-Coverage
      • requirement is not satisfiedCode-Owners
      • requirement is not satisfiedCode-Review
      • requirement is not satisfiedReview-Enforcement
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: comment
      Gerrit-Project: chromium/src
      Gerrit-Branch: main
      Gerrit-Change-Id: I9d153e17b3f358a2c90bbab9a907b3c1b234c981
      Gerrit-Change-Number: 7549863
      Gerrit-PatchSet: 6
      Gerrit-Owner: Peter Kotwicz <pkot...@chromium.org>
      Gerrit-Reviewer: Dana Fried <dfr...@chromium.org>
      Gerrit-CC: Chromium Metrics Reviews <chromium-met...@google.com>
      Gerrit-Attention: Dana Fried <dfr...@chromium.org>
      Gerrit-Comment-Date: Fri, 06 Feb 2026 15:58:25 +0000
      Gerrit-HasComments: Yes
      Gerrit-Has-Labels: No
      Comment-In-Reply-To: Dana Fried <dfr...@chromium.org>
      satisfied_requirement
      unsatisfied_requirement
      open
      diffy

      Dana Fried (Gerrit)

      unread,
      Feb 6, 2026, 11:55:19 AM (yesterday) Feb 6
      to Peter Kotwicz, Chromium Metrics Reviews, chromium...@chromium.org, asvitkine...@chromium.org, srahim...@chromium.org
      Attention needed from Peter Kotwicz

      Dana Fried voted Code-Review+1

      Code-Review+1
      Open in Gerrit

      Related details

      Attention is currently required from:
      • Peter Kotwicz
      Submit Requirements:
      • requirement satisfiedCode-Coverage
      • requirement satisfiedCode-Owners
      • requirement satisfiedCode-Review
      • requirement satisfiedReview-Enforcement
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: comment
      Gerrit-Project: chromium/src
      Gerrit-Branch: main
      Gerrit-Change-Id: I9d153e17b3f358a2c90bbab9a907b3c1b234c981
      Gerrit-Change-Number: 7549863
      Gerrit-PatchSet: 6
      Gerrit-Owner: Peter Kotwicz <pkot...@chromium.org>
      Gerrit-Reviewer: Dana Fried <dfr...@chromium.org>
      Gerrit-CC: Chromium Metrics Reviews <chromium-met...@google.com>
      Gerrit-Attention: Peter Kotwicz <pkot...@chromium.org>
      Gerrit-Comment-Date: Fri, 06 Feb 2026 16:55:12 +0000
      Gerrit-HasComments: No
      Gerrit-Has-Labels: Yes
      satisfied_requirement
      open
      diffy

      Peter Kotwicz (Gerrit)

      unread,
      7:13 PM (4 hours ago) 7:13 PM
      to Dana Fried, Chromium Metrics Reviews, chromium...@chromium.org, asvitkine...@chromium.org, srahim...@chromium.org

      Peter Kotwicz voted Commit-Queue+2

      Commit-Queue+2
      Open in Gerrit

      Related details

      Attention set is empty
      Submit Requirements:
      • requirement satisfiedCode-Coverage
      • requirement satisfiedCode-Owners
      • requirement satisfiedCode-Review
      • requirement satisfiedReview-Enforcement
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: comment
      Gerrit-Project: chromium/src
      Gerrit-Branch: main
      Gerrit-Change-Id: I9d153e17b3f358a2c90bbab9a907b3c1b234c981
      Gerrit-Change-Number: 7549863
      Gerrit-PatchSet: 8
      Gerrit-Owner: Peter Kotwicz <pkot...@chromium.org>
      Gerrit-Reviewer: Dana Fried <dfr...@chromium.org>
      Gerrit-Reviewer: Peter Kotwicz <pkot...@chromium.org>
      Gerrit-CC: Chromium Metrics Reviews <chromium-met...@google.com>
      Gerrit-Comment-Date: Sun, 08 Feb 2026 00:13:08 +0000
      Gerrit-HasComments: No
      Gerrit-Has-Labels: Yes
      satisfied_requirement
      open
      diffy

      Peter Kotwicz (Gerrit)

      unread,
      7:30 PM (4 hours ago) 7:30 PM
      to Chromium LUCI CQ, Dana Fried, Chromium Metrics Reviews, chromium...@chromium.org, asvitkine...@chromium.org, srahim...@chromium.org
      Attention needed from Dana Fried

      Peter Kotwicz voted Commit-Queue+1

      Commit-Queue+1
      Open in Gerrit

      Related details

      Attention is currently required from:
      • Dana Fried
      Submit Requirements:
      • requirement satisfiedCode-Coverage
      • requirement is not satisfiedCode-Owners
      • requirement is not satisfiedCode-Review
      • requirement is not satisfiedReview-Enforcement
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: comment
      Gerrit-Project: chromium/src
      Gerrit-Branch: main
      Gerrit-Change-Id: I9d153e17b3f358a2c90bbab9a907b3c1b234c981
      Gerrit-Change-Number: 7549863
      Gerrit-PatchSet: 9
      Gerrit-Owner: Peter Kotwicz <pkot...@chromium.org>
      Gerrit-Reviewer: Dana Fried <dfr...@chromium.org>
      Gerrit-Reviewer: Peter Kotwicz <pkot...@chromium.org>
      Gerrit-CC: Chromium Metrics Reviews <chromium-met...@google.com>
      Gerrit-Attention: Dana Fried <dfr...@chromium.org>
      Gerrit-Comment-Date: Sun, 08 Feb 2026 00:29:57 +0000
      Gerrit-HasComments: No
      Gerrit-Has-Labels: Yes
      satisfied_requirement
      unsatisfied_requirement
      open
      diffy
      Reply all
      Reply to author
      Forward
      0 new messages