summaryrefslogtreecommitdiffstats
path: root/chrome/browser/frame_util.h
diff options
context:
space:
mode:
authorbeng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-15 00:19:55 +0000
committerbeng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-15 00:19:55 +0000
commit1b3deed79fc638d3755ba5159108712238d8beb7 (patch)
tree285572fcf3283acfb4483f22e7433c3c0c9b0be1 /chrome/browser/frame_util.h
parent173cc090e06c99e15f31fe21d291cd93ba477527 (diff)
downloadchromium_src-1b3deed79fc638d3755ba5159108712238d8beb7.zip
chromium_src-1b3deed79fc638d3755ba5159108712238d8beb7.tar.gz
chromium_src-1b3deed79fc638d3755ba5159108712238d8beb7.tar.bz2
Make theme change notifications for the renderer originate from the RenderWidgetHostHWND, not the frame.
B=1326392 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@918 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/frame_util.h')
-rw-r--r--chrome/browser/frame_util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/frame_util.h b/chrome/browser/frame_util.h
index 7b0e2be..74f33ea 100644
--- a/chrome/browser/frame_util.h
+++ b/chrome/browser/frame_util.h
@@ -68,9 +68,6 @@ class FrameUtil {
// this method returns windows is going to kill our process. As such, this
// blocks until the shut-down has been marked as clean.
static void EndSession();
-
- // Notifies all tabs with associated WebContents of theme changes.
- static void NotifyTabsOfThemeChange(Browser* browser);
};
#endif // #ifndef CHROME_BROWSER_FRAME_UTIL_H__