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

Unified Diff: ios/chrome/browser/ui/stack_view/stack_view_controller.mm

Issue 2952433002: Fix tab presentation metrics (Closed)
Patch Set: Created 3 years, 6 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 | « ios/chrome/browser/ui/browser_view_controller.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/ui/stack_view/stack_view_controller.mm
diff --git a/ios/chrome/browser/ui/stack_view/stack_view_controller.mm b/ios/chrome/browser/ui/stack_view/stack_view_controller.mm
index 6b2a75f682456648d92c1ede80c3de9c4fe286bc..8571bb8d738d3c8af85ee7f17aab3c09f51a112b 100644
--- a/ios/chrome/browser/ui/stack_view/stack_view_controller.mm
+++ b/ios/chrome/browser/ui/stack_view/stack_view_controller.mm
@@ -2084,7 +2084,7 @@ NSString* const kDummyToolbarBackgroundViewAnimationKey =
double duration = [NSDate timeIntervalSinceReferenceDate] - startTime;
if (_activeCardSet.tabModel.isOffTheRecord) {
UMA_HISTOGRAM_TIMES(
- "Toolbar.TabSwitcher.NewIncognitoTabPresentationDurationn",
+ "Toolbar.TabSwitcher.NewIncognitoTabPresentationDuration",
base::TimeDelta::FromSecondsD(duration));
} else {
UMA_HISTOGRAM_TIMES("Toolbar.TabSwitcher.NewTabPresentationDuration",
« no previous file with comments | « ios/chrome/browser/ui/browser_view_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698