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

Unified Diff: ui/android/java/src/org/chromium/ui/base/Clipboard.java

Issue 2800483002: Omnibox Metrics - Rename MobileOmniboxClipboardChanged (Closed)
Patch Set: revise description Created 3 years, 8 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 | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/java/src/org/chromium/ui/base/Clipboard.java
diff --git a/ui/android/java/src/org/chromium/ui/base/Clipboard.java b/ui/android/java/src/org/chromium/ui/base/Clipboard.java
index 5755f18ec97cc23dac00b019261891f86e5f9cae..abfdf2e01f6d2492f36baedef83074d7432509f0 100644
--- a/ui/android/java/src/org/chromium/ui/base/Clipboard.java
+++ b/ui/android/java/src/org/chromium/ui/base/Clipboard.java
@@ -197,7 +197,7 @@ public class Clipboard implements ClipboardManager.OnPrimaryClipChangedListener
@Override
public void onPrimaryClipChanged() {
if (mMd5Hasher == null) return;
- RecordUserAction.record("MobileOmniboxClipboardChanged");
+ RecordUserAction.record("MobileClipboardChanged");
mClipboardMd5 = weakMd5Hash();
// Always update the clipboard change time even if the clipboard
// content hasn't changed. This is because if the user put something
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698