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 91820784b3b5c5412338b3630168746c3dcf4029..b0d927cbccdb572f3c3133fffa90c6552175af6a 100644 |
| --- a/chrome/browser/ui/apps/app_info_dialog.h |
| +++ b/chrome/browser/ui/apps/app_info_dialog.h |
| @@ -17,6 +17,7 @@ class Extension; |
| // Shows the chrome app information dialog box. |
| // |close_callback| may be null. |
| void ShowAppInfoDialog(gfx::NativeWindow parent_window, |
| + gfx::Rect target_bounds, |
|
tapted
2014/05/21 03:40:57
this should be passed by const reference, with a f
sashab
2014/05/22 07:20:21
Done.
|
| Profile* profile, |
| const extensions::Extension* app, |
| const base::Closure& close_callback); |