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

Unified Diff: chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc

Issue 2802703004: Log creation for many dialog box types. (Closed)
Patch Set: qualify RecordDialogCreation with chrome:: 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
Index: chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
index 0e8c261e3a902436d472a5d049443203c147a18e..430fc66ae412c5428925b17b1a2b0e2282512e81 100644
--- a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
+++ b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
@@ -303,7 +303,9 @@ BookmarkBubbleView::BookmarkBubbleView(
ios_promo_view_(nullptr),
remove_bookmark_(false),
apply_edits_(true),
- is_showing_ios_promotion_(false) {}
+ is_showing_ios_promotion_(false) {
+ chrome::RecordDialogCreation(chrome::DialogIdentifier::BOOKMARK);
+}
base::string16 BookmarkBubbleView::GetTitle() {
BookmarkModel* bookmark_model =

Powered by Google App Engine
This is Rietveld 408576698