Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(779)

Unified Diff: views/widget/widget.h

Issue 115729: Really theme the find bar. We were previously getting the DefaultThemeProvide... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/views/frame/browser_frame_win.cc ('k') | views/widget/widget_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/widget/widget.h
===================================================================
--- views/widget/widget.h (revision 17048)
+++ views/widget/widget.h (working copy)
@@ -104,10 +104,10 @@
// Get the theme provider.
virtual ThemeProvider* GetThemeProvider() const { return NULL; }
- // Get the dialog theme provider; this is necessary for when a dialog has
- // no profile (and ThemeProvider) associated with it. The dialog theme
- // provider provides a default set of bitmaps that such dialogs can use.
- virtual ThemeProvider* GetDialogThemeProvider() { return NULL; }
+ // Get the default theme provider; this is necessary for when a widget has
+ // no profile (and ThemeProvider) associated with it. The default theme
+ // provider provides a default set of bitmaps that such widgets can use.
+ virtual ThemeProvider* GetDefaultThemeProvider() { return NULL; }
};
} // namespace views
« no previous file with comments | « chrome/browser/views/frame/browser_frame_win.cc ('k') | views/widget/widget_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698