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

Unified Diff: chrome/browser/ui/website_settings/website_settings_ui.cc

Issue 10836029: Use the correct cookies icon on the WebsiteSettingsUI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/website_settings/website_settings_ui.cc
diff --git a/chrome/browser/ui/website_settings/website_settings_ui.cc b/chrome/browser/ui/website_settings/website_settings_ui.cc
index b94bb29702c8574bc5de4160f96303f3aa589817..ab6f59eb3cf1c4a6802ae7d0a9f8db5a5f4e52ed 100644
--- a/chrome/browser/ui/website_settings/website_settings_ui.cc
+++ b/chrome/browser/ui/website_settings/website_settings_ui.cc
@@ -139,7 +139,7 @@ const gfx::Image& WebsiteSettingsUI::GetPermissionIcon(
break;
case CONTENT_SETTINGS_TYPE_COOKIES:
resource_id = use_blocked ? IDR_BLOCKED_COOKIES
- : IDR_COOKIE_ICON;
+ : IDR_ACCESSED_COOKIES;
break;
case CONTENT_SETTINGS_TYPE_POPUPS:
resource_id = use_blocked ? IDR_BLOCKED_POPUPS
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698