summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_host.h
diff options
context:
space:
mode:
authorfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-31 19:16:45 +0000
committerfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-31 19:16:45 +0000
commit4619f43b31986bc4432e56909357503593b4a292 (patch)
tree7e7f6e450c966f4ea0e3a468ae28ec1351096cd0 /chrome/browser/extensions/extension_host.h
parenta9efc97a57834d1eaf5704a5b0125ab1b4c98b4b (diff)
downloadchromium_src-4619f43b31986bc4432e56909357503593b4a292.zip
chromium_src-4619f43b31986bc4432e56909357503593b4a292.tar.gz
chromium_src-4619f43b31986bc4432e56909357503593b4a292.tar.bz2
Don't apply toolstrip theming stylesheet to popups.
BUG=33284 TEST=Install a theme that uses white fonts and make sure popup text for extension HCalendar is visible. Tiesto theme: https://tools.google.com/chrome/intl/en/themes/theme_at_djtiesto.html Review URL: http://codereview.chromium.org/1517008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43247 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_host.h')
-rw-r--r--chrome/browser/extensions/extension_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h
index 3ff7d87..b7de670 100644
--- a/chrome/browser/extensions/extension_host.h
+++ b/chrome/browser/extensions/extension_host.h
@@ -100,7 +100,7 @@ class ExtensionHost : public RenderViewHostDelegate,
void InsertInfobarCSS();
// Insert the theme CSS for a toolstrip/mole.
- void InsertThemeCSS();
+ void InsertThemedToolstripCSS();
// Tell the renderer not to draw scrollbars on windows smaller than
// |size_limit| in both width and height.