Index: chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc |
diff --git a/chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc b/chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc |
index eb7e53ee5b58ef1dc5d8ffb14409721728d335ef..5d823efbc0c4d6624356d1a4fbf416f878c13c4a 100644 |
--- a/chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc |
+++ b/chrome/browser/ui/libgtk2ui/native_theme_gtk2.cc |
@@ -454,6 +454,12 @@ SkColor NativeThemeGtk2::GetSystemColor(ColorId color_id) const { |
GetBGColor(GetWindow(), NORMAL), |
0x80); |
+ // Alert icons |
+ // These aren't yet used in any GTK NativeTheme context, so they don't have |
+ // definitions. |
+ case kColorId_AlertSeverityLow: |
+ case kColorId_AlertSeverityMedium: |
+ case kColorId_AlertSeverityHigh: |
case kColorId_NumColors: |
NOTREACHED(); |
break; |