| 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,
|
|
|