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

Unified Diff: chrome/browser/ui/views/location_bar/zoom_bubble_view.cc

Issue 2881683002: Log the creation of several more dialog box types. (Closed)
Patch Set: Fix alphabetization errors. 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: chrome/browser/ui/views/location_bar/zoom_bubble_view.cc
diff --git a/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc b/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc
index ec20b37ecb77020ba24d1dbc6f9a167756ebe507..250d653b264b211d9b5921dfe97285fc8f44ffbd 100644
--- a/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc
+++ b/chrome/browser/ui/views/location_bar/zoom_bubble_view.cc
@@ -10,6 +10,7 @@
#include "chrome/browser/chrome_notification_types.h"
#include "chrome/browser/platform_util.h"
#include "chrome/browser/ui/browser.h"
+#include "chrome/browser/ui/browser_dialogs.h"
#include "chrome/browser/ui/browser_finder.h"
#include "chrome/browser/ui/browser_tabstrip.h"
#include "chrome/browser/ui/browser_window.h"
@@ -154,6 +155,7 @@ ZoomBubbleView::ZoomBubbleView(
if (immersive_mode_controller_)
immersive_mode_controller_->AddObserver(this);
UseCompactMargins();
+ chrome::RecordDialogCreation(chrome::DialogIdentifier::ZOOM);
}
ZoomBubbleView::~ZoomBubbleView() {
« no previous file with comments | « chrome/browser/ui/views/javascript_app_modal_dialog_views_x11.cc ('k') | chrome/browser/ui/views/login_handler_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698