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

Unified Diff: chrome/browser/chromeos/login/easy_unlock/easy_unlock_metrics.cc

Issue 887093004: [Cleanup] Move the Easy Unlock metrics files out of the chromeos directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
Index: chrome/browser/chromeos/login/easy_unlock/easy_unlock_metrics.cc
diff --git a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_metrics.cc b/chrome/browser/chromeos/login/easy_unlock/easy_unlock_metrics.cc
deleted file mode 100644
index afb95e0c046b98ffb28ec318f92d4c79f273f926..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/login/easy_unlock/easy_unlock_metrics.cc
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/chromeos/login/easy_unlock/easy_unlock_metrics.h"
-
-#include "base/logging.h"
-#include "base/metrics/histogram.h"
-
-namespace chromeos {
-
-void RecordEasyUnlockLoginEvent(EasyUnlockLoginEvent event) {
- DCHECK_LT(event, EASY_SIGN_IN_LOGIN_EVENT_COUNT);
-
- UMA_HISTOGRAM_ENUMERATION("EasyUnlock.SignIn.LoginEvent",
- event,
- EASY_SIGN_IN_LOGIN_EVENT_COUNT);
-}
-
-} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/login/easy_unlock/easy_unlock_metrics.h ('k') | chrome/browser/signin/easy_unlock_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698