| Index: chrome/browser/ui/libgtk2ui/native_theme_gtk2.h
|
| diff --git a/chrome/browser/ui/libgtk2ui/native_theme_gtk2.h b/chrome/browser/ui/libgtk2ui/native_theme_gtk2.h
|
| index 0eac69221333889a039d1d180949c14ced6067bc..c9268c62ab06caf0c1d3bbdebf066b08f494add6 100644
|
| --- a/chrome/browser/ui/libgtk2ui/native_theme_gtk2.h
|
| +++ b/chrome/browser/ui/libgtk2ui/native_theme_gtk2.h
|
| @@ -33,6 +33,9 @@ class NativeThemeGtk2 : public ui::NativeThemeBase {
|
| const gfx::Rect& rect,
|
| const MenuListExtraParams& menu_list) const OVERRIDE;
|
|
|
| + // A public helper to notify observers of native theme changes.
|
| + void NotifyNativeThemeObservers();
|
| +
|
| private:
|
| NativeThemeGtk2();
|
| virtual ~NativeThemeGtk2();
|
|
|