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

Unified Diff: chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_container.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/apps/app_info_dialog/app_info_dialog_container.cc
diff --git a/chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_container.cc b/chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_container.cc
index 01da26ce0d10dd43905a8eae6826053453b5d29b..7474a188c4766d927a6effd73b5f8ae372da614b 100644
--- a/chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_container.cc
+++ b/chrome/browser/ui/views/apps/app_info_dialog/app_info_dialog_container.cc
@@ -8,6 +8,7 @@
#include "base/macros.h"
#include "build/build_config.h"
+#include "chrome/browser/ui/browser_dialogs.h"
#include "chrome/common/features.h"
#include "ui/base/accelerators/accelerator.h"
#include "ui/base/resource/resource_bundle.h"
@@ -216,6 +217,7 @@ class NativeDialogContainer : public BaseDialogContainer {
const base::Closure& close_callback)
: BaseDialogContainer(dialog_body, close_callback), size_(size) {
SetLayoutManager(new views::FillLayout());
+ chrome::RecordDialogCreation(chrome::DialogIdentifier::NATIVE_CONTAINER);
}
~NativeDialogContainer() override {}
« no previous file with comments | « chrome/browser/ui/views/accessibility/invert_bubble_view.cc ('k') | chrome/browser/ui/views/arc_app_dialog_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698