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

Unified Diff: chrome/browser/ui/page_info/page_info_infobar_delegate.cc

Issue 2952543002: Permissions: Update icon and string for the site permission settings infobar. (Closed)
Patch Set: Created 3 years, 6 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 | components/page_info_strings.grdp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/page_info/page_info_infobar_delegate.cc
diff --git a/chrome/browser/ui/page_info/page_info_infobar_delegate.cc b/chrome/browser/ui/page_info/page_info_infobar_delegate.cc
index c577ca9f3ef73ed9cab469657193b93a5ae588c0..fa8b1aee0ba7559f17eaf4d4fa477737506ef140 100644
--- a/chrome/browser/ui/page_info/page_info_infobar_delegate.cc
+++ b/chrome/browser/ui/page_info/page_info_infobar_delegate.cc
@@ -35,7 +35,7 @@ PageInfoInfoBarDelegate::GetIdentifier() const {
}
const gfx::VectorIcon& PageInfoInfoBarDelegate::GetVectorIcon() const {
- return kGlobeIcon;
+ return kSettingsIcon;
}
base::string16 PageInfoInfoBarDelegate::GetMessageText() const {
« no previous file with comments | « no previous file | components/page_info_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698