Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10667)

Unified Diff: chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.h

Issue 653293004: Made the 'Licenses' link in the App Info dialog open all licenses (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Small bugfix for shared modules with no license page Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chrome/browser/ui/views/apps/app_info_dialog/app_info_header_panel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698