| Index: chrome/browser/ui/views/apps/app_info_dialog/app_info_panel.h
|
| diff --git a/chrome/browser/ui/views/apps/app_info_dialog/app_info_panel.h b/chrome/browser/ui/views/apps/app_info_dialog/app_info_panel.h
|
| index 8fac49dd8b7f8eadcc9f0b2b132c952f4a0cefb8..f2dcca73c1d0b3e2e2ba2b0c3fe2c0201bc3d441 100644
|
| --- a/chrome/browser/ui/views/apps/app_info_dialog/app_info_panel.h
|
| +++ b/chrome/browser/ui/views/apps/app_info_dialog/app_info_panel.h
|
| @@ -28,6 +28,9 @@ class AppInfoPanel : public views::View {
|
| // Closes the dialog.
|
| void Close();
|
|
|
| + // Opens the given URL in a new browser tab.
|
| + void OpenLink(const GURL& url);
|
| +
|
| // Create a heading label with the given text.
|
| views::Label* CreateHeading(const base::string16& text) const;
|
|
|
|
|