Chromium Code Reviews| 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..7cebd01ea86b790dcedb92349ee2088153ce8dac 100644 |
| --- a/chrome/browser/ui/apps/app_info_dialog.h |
| +++ b/chrome/browser/ui/apps/app_info_dialog.h |
| @@ -12,6 +12,13 @@ namespace extensions { |
| class Extension; |
| } |
| +// Used for UMA to track where the App Info dialog is launched from. |
| +enum AppInfoDialogLaunchSource { |
|
benwells
2014/08/04 02:31:59
Why is INVALID needed?
|
| + INVALID, |
| + 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, |