Commit ee74b0fe authored by Jared Saul's avatar Jared Saul Committed by Commit Bot

[Autofill] Fix outdated comment

The (?) tooltip was removed in
https://chromium-review.googlesource.com/c/chromium/src/+/1107778 but
the comment was not updated.

Change-Id: I2403df4e5672c26b306da628cc46c2e5faa8d63a
Reviewed-on: https://chromium-review.googlesource.com/1125207Reviewed-by: default avatarPeter Kasting <pkasting@chromium.org>
Commit-Queue: Jared Saul <jsaul@google.com>
Cr-Commit-Position: refs/heads/master@{#572387}
parent 07a965eb
...@@ -201,7 +201,7 @@ views::View* CardUnmaskPromptViews::CreateFootnoteView() { ...@@ -201,7 +201,7 @@ views::View* CardUnmaskPromptViews::CreateFootnoteView() {
if (!controller_->CanStoreLocally()) if (!controller_->CanStoreLocally())
return nullptr; return nullptr;
// Local storage checkbox and (?) tooltip. // Local storage checkbox.
storage_row_ = new views::View(); storage_row_ = new views::View();
ChromeLayoutProvider* provider = ChromeLayoutProvider::Get(); ChromeLayoutProvider* provider = ChromeLayoutProvider::Get();
auto* storage_row_layout = auto* storage_row_layout =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment