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

Unified Diff: components/infobars/core/infobar_delegate.h

Issue 1364913005: Update some more infobars to use vector icons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mac Created 5 years, 3 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: components/infobars/core/infobar_delegate.h
diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
index 9d6ba770d2a7fddc1d22cc68b39d3e8a03602830..774c215c6ec063a9816729175d689ab37c3a1af0 100644
--- a/components/infobars/core/infobar_delegate.h
+++ b/components/infobars/core/infobar_delegate.h
@@ -86,7 +86,7 @@ class InfoBarDelegate {
virtual int GetIconId() const;
// Returns the vector icon identifier to be shown for this InfoBar. This will
- // take precedent over GetIconId() (although typically only one of the two
+ // take precedence over GetIconId() (although typically only one of the two
// should be defined for any given infobar).
virtual gfx::VectorIconId GetVectorIconId() const;
« no previous file with comments | « chrome/browser/ui/startup/bad_flags_prompt.cc ('k') | components/infobars/core/simple_alert_infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698