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

Unified Diff: chrome/browser/permissions/permission_request_impl.cc

Issue 2711623003: Update infobars to use VectorIcon struct instead of VectorIconId. (Closed)
Patch Set: rebase Created 3 years, 10 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 | « chrome/browser/pepper_broker_infobar_delegate.cc ('k') | chrome/browser/plugins/plugin_infobar_delegates.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/permissions/permission_request_impl.cc
diff --git a/chrome/browser/permissions/permission_request_impl.cc b/chrome/browser/permissions/permission_request_impl.cc
index cf17b1c53d03b3526f3ceeb372294dac97fa93fe..1a5bfad3576fac1b3bbdbe036fbe2ed9f8978b98 100644
--- a/chrome/browser/permissions/permission_request_impl.cc
+++ b/chrome/browser/permissions/permission_request_impl.cc
@@ -76,10 +76,10 @@ PermissionRequest::IconId PermissionRequestImpl::GetIconId() const {
case CONTENT_SETTINGS_TYPE_MIDI_SYSEX:
return ui::kMidiIcon;
case CONTENT_SETTINGS_TYPE_PLUGINS:
- return ui::kExtensionIcon;
+ return kExtensionIcon;
default:
NOTREACHED();
- return ui::kExtensionIcon;
+ return kExtensionIcon;
}
#endif
}
« no previous file with comments | « chrome/browser/pepper_broker_infobar_delegate.cc ('k') | chrome/browser/plugins/plugin_infobar_delegates.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698