summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_theme_provider.h
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-17 23:00:47 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-12-17 23:00:47 +0000
commit705876878daf7081136ab82f20035d2d71dcc8f9 (patch)
tree2fd140974cb82a17b08ed2682796effaf9ceb0aa /chrome/browser/browser_theme_provider.h
parentd410efc3d8d188b6999222d68fff4f63444219e1 (diff)
downloadchromium_src-705876878daf7081136ab82f20035d2d71dcc8f9.zip
chromium_src-705876878daf7081136ab82f20035d2d71dcc8f9.tar.gz
chromium_src-705876878daf7081136ab82f20035d2d71dcc8f9.tar.bz2
TBR: Revert to fix Chromos.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@34891 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser_theme_provider.h')
-rw-r--r--chrome/browser/browser_theme_provider.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/chrome/browser/browser_theme_provider.h b/chrome/browser/browser_theme_provider.h
index 756e2bc..e6275d6 100644
--- a/chrome/browser/browser_theme_provider.h
+++ b/chrome/browser/browser_theme_provider.h
@@ -129,14 +129,6 @@ class BrowserThemeProvider : public NonThreadSafe,
// locally customized.)
std::string GetThemeID() const;
- // This class needs to keep track of the number of theme infobars so that we
- // clean up unused themes.
- void OnInfobarDisplayed();
-
- // Decrements the number of theme infobars. If the last infobar has been
- // destroyed, uninstalls all themes that aren't the currently selected.
- void OnInfobarDestroyed();
-
// Convert a bitfield alignment into a string like "top left". Public so that
// it can be used to generate CSS values. Takes a bitfield of AlignmentMasks.
static std::string AlignmentToString(int alignment);
@@ -223,9 +215,6 @@ class BrowserThemeProvider : public NonThreadSafe,
scoped_refptr<BrowserThemePack> theme_pack_;
- // The number of infobars currently displayed.
- int number_of_infobars_;
-
DISALLOW_COPY_AND_ASSIGN(BrowserThemeProvider);
};