| Index: chrome/common/extensions/docs/themes.html
|
| diff --git a/chrome/common/extensions/docs/themes.html b/chrome/common/extensions/docs/themes.html
|
| index 56c5cf09ffb72bce7faa1415d50fdb71a697bb0a..57c8063c0f2d5ee0a916d3fc678a72ee527185a0 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
|
| -<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>
|
| @@ -388,7 +388,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>
|
| @@ -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
|
| -<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>
|
|
|
| @@ -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
|
| -<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>
|
|
|