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 35989485281d5affe94a9b4534f359d2a86dfef7..fc283368aedfc532155a35870ae267f266b4ab42 100644 |
| --- a/chrome/browser/ui/apps/app_info_dialog.h |
| +++ b/chrome/browser/ui/apps/app_info_dialog.h |
| @@ -26,6 +26,9 @@ enum AppInfoLaunchSource { |
| NUM_LAUNCH_SOURCES, |
| }; |
| +// Size of native window container for app info dialog |
|
sashab
2015/02/09 11:47:07
Nit: . at end of comment. Also sentence tense: "Re
|
| +gfx::Size GetAppInfoNativeDialogSize(); |
| + |
|
sashab
2015/02/09 11:47:08
I'd be happy to put ShouldShowAppInfoDialog here.
|
| // Shows the chrome app information as a frameless window for the given |app| |
| // and |profile| at the given |app_list_bounds|. Appears 'inside' the app list. |
| void ShowAppInfoInAppList(gfx::NativeWindow parent, |