Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2773)

Unified Diff: chrome/browser/signin/easy_unlock_service_regular.cc

Issue 2914973002: [EasyUnlock] Remove unnecessary logging. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/signin/easy_unlock_app_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/easy_unlock_service_regular.cc
diff --git a/chrome/browser/signin/easy_unlock_service_regular.cc b/chrome/browser/signin/easy_unlock_service_regular.cc
index 8c4dbd68736f757d332ab3c8ff36b8d42e733108..496a8b9c9fa51917f8e9185ee65312b8aab6ca65 100644
--- a/chrome/browser/signin/easy_unlock_service_regular.cc
+++ b/chrome/browser/signin/easy_unlock_service_regular.cc
@@ -443,7 +443,6 @@ void EasyUnlockServiceRegular::SetAutoPairingResult(
}
void EasyUnlockServiceRegular::InitializeInternal() {
- PA_LOG(INFO) << "Initializing EasyUnlockService inside the user session.";
proximity_auth::ScreenlockBridge::Get()->AddObserver(this);
registrar_.Init(profile()->GetPrefs());
registrar_.Add(
« no previous file with comments | « chrome/browser/signin/easy_unlock_app_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698