Index: chrome/browser/themes/browser_theme_pack.cc |
diff --git a/chrome/browser/themes/browser_theme_pack.cc b/chrome/browser/themes/browser_theme_pack.cc |
index 70e81a834842847ff7612a322891752d73e20f6c..cb6e2079fad72bcd61bb45023a14f734d23fff0f 100644 |
--- a/chrome/browser/themes/browser_theme_pack.cc |
+++ b/chrome/browser/themes/browser_theme_pack.cc |
@@ -266,6 +266,7 @@ const size_t kTintTableLength = arraysize(kTintTable); |
// Strings used by themes to identify colors in the JSON. |
StringToIntTable kColorTable[] = { |
+ { "control_background", ThemeProperties::COLOR_CONTROL_BACKGROUND }, |
{ "frame", ThemeProperties::COLOR_FRAME }, |
{ "frame_inactive", ThemeProperties::COLOR_FRAME_INACTIVE }, |
{ "frame_incognito", ThemeProperties::COLOR_FRAME_INCOGNITO }, |