Commit 15ef0a81 authored by Takashi Toyoshima's avatar Takashi Toyoshima Committed by Commit Bot

Remove unintentional LOG(ERROR)

Bug: 941354
Change-Id: Iaf0b1ca9e8a4898333dead2ba4b4a38cbee00b48
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2028880Reviewed-by: default avatarNicolas Ouellet-Payeur <nicolaso@chromium.org>
Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org>
Cr-Commit-Position: refs/heads/master@{#737226}
parent 05099f34
...@@ -235,7 +235,6 @@ BrowserSwitcherService::BrowserSwitcherService(Profile* profile) ...@@ -235,7 +235,6 @@ BrowserSwitcherService::BrowserSwitcherService(Profile* profile)
BrowserSwitcherService::~BrowserSwitcherService() = default; BrowserSwitcherService::~BrowserSwitcherService() = default;
void BrowserSwitcherService::Init() { void BrowserSwitcherService::Init() {
LOG(ERROR) << "XXX Init()";
LoadRulesFromPrefs(); LoadRulesFromPrefs();
StartDownload(fetch_delay()); StartDownload(fetch_delay());
} }
......
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