| 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,
|
| Profile* profile,
|
| const extensions::Extension* app,
|
| const base::Closure& close_callback);
|
|
|