| Index: chrome/browser/ui/gtk/gtk_theme_service.h
|
| diff --git a/chrome/browser/ui/gtk/gtk_theme_service.h b/chrome/browser/ui/gtk/gtk_theme_service.h
|
| index f3876b14e58c9e8f9a3bd0d32d80a2fd74d27bbd..a7e3f90d6e8f5f638d480c35be0ff51f14792991 100644
|
| --- a/chrome/browser/ui/gtk/gtk_theme_service.h
|
| +++ b/chrome/browser/ui/gtk/gtk_theme_service.h
|
| @@ -79,6 +79,7 @@ class GtkThemeService : public ThemeService {
|
| virtual void SetNativeTheme() OVERRIDE;
|
| virtual bool UsingDefaultTheme() const OVERRIDE;
|
| virtual bool UsingNativeTheme() const OVERRIDE;
|
| + virtual bool ShouldInitWithNativeTheme() const OVERRIDE;
|
|
|
| // Creates a GtkChromeButton instance, registered with this theme provider,
|
| // with a "destroy" signal to remove it from our internal list when it goes
|
|
|