Commit 33748482 authored by Arthur Eubanks's avatar Arthur Eubanks Committed by Commit Bot

Add missing comma

Bug: 1114873
Change-Id: I7acc6cb8fa7b065e34dce4e4519f7564f209e7bf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2348149Reviewed-by: default avatarBettina Dea <bdea@chromium.org>
Commit-Queue: Arthur Eubanks <aeubanks@google.com>
Cr-Commit-Position: refs/heads/master@{#796685}
parent c8b3cc94
...@@ -63,16 +63,9 @@ PasswordProtectionService::PasswordProtectionService( ...@@ -63,16 +63,9 @@ PasswordProtectionService::PasswordProtectionService(
if (history_service) if (history_service)
history_service_observer_.Add(history_service); history_service_observer_.Add(history_service);
common_spoofed_domains_ = { common_spoofed_domains_ = {"login.live.com", "facebook.com", "box.com",
"login.live.com" "google.com", "paypal.com", "apple.com",
"facebook.com", "yahoo.com", "adobe.com", "amazon.com",
"box.com",
"google.com",
"paypal.com",
"apple.com",
"yahoo.com",
"adobe.com",
"amazon.com",
"linkedin.com"}; "linkedin.com"};
} }
......
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