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

Unified Diff: chrome/browser/content_settings/permission_context_uma_util.cc

Issue 548843003: Fix a typo in the name of the ContentSettings.Permis(s)ionActions histograms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/content_settings/permission_context_uma_util.cc
diff --git a/chrome/browser/content_settings/permission_context_uma_util.cc b/chrome/browser/content_settings/permission_context_uma_util.cc
index 2b7ff8f18f6d8c071bba34f6ffa245493b4fe91e..0b16be020ee05b746ed15dc06bc2e5fb998b8a63 100644
--- a/chrome/browser/content_settings/permission_context_uma_util.cc
+++ b/chrome/browser/content_settings/permission_context_uma_util.cc
@@ -42,18 +42,18 @@ void RecordPermissionAction(
break;
case CONTENT_SETTINGS_TYPE_NOTIFICATIONS:
UMA_HISTOGRAM_ENUMERATION(
- "ContentSettings.PermisionActions_Notifications",
+ "ContentSettings.PermissionActions_Notifications",
action,
PERMISSION_ACTION_NUM);
break;
case CONTENT_SETTINGS_TYPE_MIDI_SYSEX:
- UMA_HISTOGRAM_ENUMERATION("ContentSettings.PermisionActions_MidiSysEx",
+ UMA_HISTOGRAM_ENUMERATION("ContentSettings.PermissionActions_MidiSysEx",
action,
PERMISSION_ACTION_NUM);
break;
case CONTENT_SETTINGS_TYPE_PUSH_MESSAGING:
UMA_HISTOGRAM_ENUMERATION(
- "ContentSettings.PermisionActions_PushMessaging",
+ "ContentSettings.PermissionActions_PushMessaging",
action,
PERMISSION_ACTION_NUM);
break;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698