From f96671348a49c10fccba473e53efc6fe80469490 Mon Sep 17 00:00:00 2001
From: "mhm@chromium.org"
browser_theme_provider.cc
.
+browser_theme_provider.cc
.
kThemeableImages
in
-browser_theme_provider.cc
.
+browser_theme_provider.cc
.
Just remove the "IDR_"
and convert the remaining characters to lowercase.
For example, IDR_THEME_NTP_BACKGROUND
@@ -92,7 +92,7 @@ properties such as background alignment,
background repeat,
and an alternate logo.
To see the properties and the values they can have, see
-browser_theme_provider.cc
.
+browser_theme_provider.cc
.
@@ -106,7 +106,7 @@ because images don't work across platforms
and are brittle in the case of adding new buttons.
To find the strings you can use within the "tints" field,
look for kTint* strings in
-browser_theme_provider.cc
.
+browser_theme_provider.cc
.
diff --git a/chrome/common/extensions/docs/themes.html b/chrome/common/extensions/docs/themes.html
index 56c5cf0..57c8063 100644
--- a/chrome/common/extensions/docs/themes.html
+++ b/chrome/common/extensions/docs/themes.html
@@ -379,7 +379,7 @@ file for a theme:
Colors are in RGB format.
To find the strings you can use within the "colors" field,
look for kColor* strings in
-browser_theme_provider.cc
.
+browser_theme_provider.cc
.
kThemeableImages
in
-browser_theme_provider.cc
.
+browser_theme_provider.cc
.
Just remove the "IDR_"
and convert the remaining characters to lowercase.
For example, IDR_THEME_NTP_BACKGROUND
@@ -405,7 +405,7 @@ properties such as background alignment,
background repeat,
and an alternate logo.
To see the properties and the values they can have, see
-browser_theme_provider.cc
.
+browser_theme_provider.cc
.
@@ -419,7 +419,7 @@ because images don't work across platforms
and are brittle in the case of adding new buttons.
To find the strings you can use within the "tints" field,
look for kTint* strings in
-browser_theme_provider.cc
.
+browser_theme_provider.cc
.
-- cgit v1.1