| Index: chrome/browser/themes/browser_theme_provider.h
|
| diff --git a/chrome/browser/themes/browser_theme_provider.h b/chrome/browser/themes/browser_theme_provider.h
|
| index 2322b8b329922ef6a5f01a885cf7ed70f1ad94f0..cddd1535a380729d8482ee2599cd0822a69fc4e1 100644
|
| --- a/chrome/browser/themes/browser_theme_provider.h
|
| +++ b/chrome/browser/themes/browser_theme_provider.h
|
| @@ -159,7 +159,7 @@ class BrowserThemeProvider : public NonThreadSafe,
|
|
|
| // Set the current theme to the native theme. On some platforms, the native
|
| // theme is the default theme.
|
| - virtual void SetNativeTheme() { UseDefaultTheme(); }
|
| + virtual void SetNativeTheme();
|
|
|
| // Whether we're using the chrome default theme. Virtual so linux can check
|
| // if we're using the GTK theme.
|
|
|