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

Unified Diff: chrome/browser/ui/apps/app_info_dialog.h

Issue 424943002: Add UMA for app info dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed INVALID key Created 6 years, 4 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/apps/app_info_dialog.h
diff --git a/chrome/browser/ui/apps/app_info_dialog.h b/chrome/browser/ui/apps/app_info_dialog.h
index fc36b88cc857b45886aad9417e850869bb4d234c..53656cceb9fab9dc5658430901e92e5a99a907f4 100644
--- a/chrome/browser/ui/apps/app_info_dialog.h
+++ b/chrome/browser/ui/apps/app_info_dialog.h
@@ -12,6 +12,12 @@ namespace extensions {
class Extension;
}
+// Used for UMA to track where the App Info dialog is launched from.
+enum AppInfoDialogLaunchSource {
+ FROM_APP_LIST, // Launched from the app list context menu.
+ NUM_LAUNCH_SOURCES
+};
+
// Shows the chrome app information dialog box.
void ShowAppInfoDialog(AppListControllerDelegate* app_list_controller_delegate,
Profile* profile,

Powered by Google App Engine
This is Rietveld 408576698