| Index: chrome/common/extensions/docs/static/themes.html
|
| diff --git a/chrome/common/extensions/docs/static/themes.html b/chrome/common/extensions/docs/static/themes.html
|
| index 0d04779ff4820a8b65346a9acaf49902afe4ac11..651a74dbef9db9ae46070391fcf1312136ba50af 100644
|
| --- a/chrome/common/extensions/docs/static/themes.html
|
| +++ b/chrome/common/extensions/docs/static/themes.html
|
| @@ -66,7 +66,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
|
| -<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/browser_theme_provider.cc"><code>browser_theme_provider.cc</code></a>.
|
| +<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/themes/browser_theme_provider.cc"><code>browser_theme_provider.cc</code></a>.
|
| </p>
|
|
|
| <h3 id="images">images</h3>
|
| @@ -75,7 +75,7 @@ look for kColor* strings in
|
| Image resources use paths relative to the root of the extension.
|
| You can override any of the images that are specified by
|
| <code>kThemeableImages</code> in
|
| -<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/browser_theme_provider.cc"><code>browser_theme_provider.cc</code></a>.
|
| +<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/themes/browser_theme_provider.cc"><code>browser_theme_provider.cc</code></a>.
|
| Just remove the "IDR_"
|
| and convert the remaining characters to lowercase.
|
| For example, <code>IDR_THEME_NTP_BACKGROUND</code>
|
| @@ -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
|
| -<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/browser_theme_provider.cc"><code>browser_theme_provider.cc</code></a>.
|
| +<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/themes/browser_theme_provider.cc"><code>browser_theme_provider.cc</code></a>.
|
| <!-- [PENDING: We should flesh this out.] -->
|
| </p>
|
|
|
| @@ -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
|
| -<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/browser_theme_provider.cc"><code>browser_theme_provider.cc</code></a>.
|
| +<a href="http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/themes/browser_theme_provider.cc"><code>browser_theme_provider.cc</code></a>.
|
| </p>
|
|
|
| <p>
|
|
|