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

Unified Diff: ios/shared/chrome/browser/ui/tools_menu/tools_menu_configuration.mm

Issue 2894513002: Adding tools menu responsiveness metric. (Closed)
Patch Set: Tweak to metric description summary 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
Index: ios/shared/chrome/browser/ui/tools_menu/tools_menu_configuration.mm
diff --git a/ios/shared/chrome/browser/ui/tools_menu/tools_menu_configuration.mm b/ios/shared/chrome/browser/ui/tools_menu/tools_menu_configuration.mm
index f4a4bd5ba4270cf67b20b4d6ccdce28b25c123ec..177a45d96b2cb27c81889e93602ee0b060203203 100644
--- a/ios/shared/chrome/browser/ui/tools_menu/tools_menu_configuration.mm
+++ b/ios/shared/chrome/browser/ui/tools_menu/tools_menu_configuration.mm
@@ -18,6 +18,7 @@
@synthesize noOpenedTabs = _noOpenedTabs;
@synthesize inIncognito = _inIncognito;
@synthesize userAgentType = _userAgentType;
+@synthesize requestStartTime = _requestStartTime;
- (instancetype)initWithDisplayView:(UIView*)displayView {
if (self = [super init]) {
« no previous file with comments | « ios/shared/chrome/browser/ui/tools_menu/tools_menu_configuration.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698