From 4619f43b31986bc4432e56909357503593b4a292 Mon Sep 17 00:00:00 2001 From: "finnur@chromium.org" Date: Wed, 31 Mar 2010 19:16:45 +0000 Subject: 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 --- chrome/browser/extensions/extension_host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/extensions/extension_host.h') 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. -- cgit v1.1