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,17 +63,10 @@ PasswordProtectionService::PasswordProtectionService(
if (history_service)
history_service_observer_.Add(history_service);
common_spoofed_domains_ = {
"login.live.com"
"facebook.com",
"box.com",
"google.com",
"paypal.com",
"apple.com",
"yahoo.com",
"adobe.com",
"amazon.com",
"linkedin.com"};
common_spoofed_domains_ = {"login.live.com", "facebook.com", "box.com",
"google.com", "paypal.com", "apple.com",
"yahoo.com", "adobe.com", "amazon.com",
"linkedin.com"};
}
PasswordProtectionService::~PasswordProtectionService() {
......
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