From f96671348a49c10fccba473e53efc6fe80469490 Mon Sep 17 00:00:00 2001 From: "mhm@chromium.org" Date: Wed, 19 Jan 2011 00:07:08 +0000 Subject: Extension - Docs - Fix broken link to theme resource. The location of: /chrome/browser/browser_theme_provider.cc Changed to: /chrome/browser/themes/browser_theme_provider.cc BUG=None TEST=Visit the link now, it will work. Review URL: http://codereview.chromium.org/6338007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71728 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/extensions/docs/static/themes.html | 8 ++++---- chrome/common/extensions/docs/themes.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'chrome/common') diff --git a/chrome/common/extensions/docs/static/themes.html b/chrome/common/extensions/docs/static/themes.html index 0d04779..651a74d 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 -browser_theme_provider.cc. +browser_theme_provider.cc.

images

@@ -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 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.

images

@@ -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 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