| Index: chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.h
|
| diff --git a/chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.h b/chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.h
|
| index 566c11d313f2d8c0ddf811bfadfffa58edba1b9e..cdbc73aac24e084f13e51bcbaa01875be35ae8ea 100644
|
| --- a/chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.h
|
| +++ b/chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.h
|
| @@ -58,9 +58,9 @@ class AppInfoHeaderPanel : public AppInfoPanel,
|
| // CanDisplayLicenses() returns true.
|
| void DisplayLicenses();
|
| bool CanDisplayLicenses() const;
|
| - const GURL& GetLicenseUrl() const;
|
| + const std::vector<GURL> GetLicenseUrls() const;
|
|
|
| - // Opens the given URL in a new browser tab, and closes the dialog.
|
| + // Opens the given URL in a new browser tab.
|
| void OpenLink(const GURL& url);
|
|
|
| // UI elements on the dialog. Elements are NULL if they are not displayed.
|
|
|