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

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

Issue 691253002: Move the Developer Website and Licenses links in the App Info dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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;

Powered by Google App Engine
This is Rietveld 408576698