summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui/dom_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/dom_ui/dom_ui.h')
-rw-r--r--chrome/browser/dom_ui/dom_ui.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/dom_ui.h b/chrome/browser/dom_ui/dom_ui.h
index 3c2dc16..fadff05 100644
--- a/chrome/browser/dom_ui/dom_ui.h
+++ b/chrome/browser/dom_ui/dom_ui.h
@@ -21,6 +21,7 @@ class Profile;
class RenderViewHost;
class Value;
class TabContents;
+class ThemeProvider;
// A DOMUI sets up the datasources and message handlers for a given HTML-based
// UI. It is contained by a DOMUIManager.
@@ -44,7 +45,7 @@ class DOMUI {
bool hide_favicon() const {
return hide_favicon_;
}
-
+
// Returns true if the bookmark bar should be forced to being visible,
// overriding the user's preference.
bool force_bookmark_bar_visible() const {
@@ -89,6 +90,8 @@ class DOMUI {
const Value& arg1,
const Value& arg2);
+ ThemeProvider* GetThemeProvider() const;
+
TabContents* tab_contents() { return tab_contents_; }
Profile* GetProfile();