diff options
Diffstat (limited to 'chrome/views/non_client_view.h')
-rw-r--r-- | chrome/views/non_client_view.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/views/non_client_view.h b/chrome/views/non_client_view.h index 9561052..d2ed5c1 100644 --- a/chrome/views/non_client_view.h +++ b/chrome/views/non_client_view.h @@ -137,11 +137,6 @@ class NonClientView : public View { // Called by the containing Window when it is closed. void WindowClosing(); - // Called by the window when it receives a theme changed notification. Changes - // the content of the NonClientView to match what is required for the current - // system theme. - void SystemThemeChanged(); - // Changes the frame from native to custom depending on the value of // |use_native_frame|. void SetUseNativeFrame(bool use_native_frame); |