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

Unified Diff: ui/views/linux_ui/linux_ui.h

Issue 239093007: Update Windows UI on system color changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restore change from bad rebase. Created 6 years, 8 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 | « ui/native_theme/native_theme_win.cc ('k') | ui/views/linux_ui/native_theme_change_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/linux_ui/linux_ui.h
diff --git a/ui/views/linux_ui/linux_ui.h b/ui/views/linux_ui/linux_ui.h
index de9a566124b360735f44b6d52d3063e6f0627bb3..504de81a9ba8a4a53c86c617745419fa1f245403 100644
--- a/ui/views/linux_ui/linux_ui.h
+++ b/ui/views/linux_ui/linux_ui.h
@@ -36,7 +36,6 @@ namespace views {
class Border;
class LabelButton;
class View;
-class NativeThemeChangeObserver;
class WindowButtonOrderObserver;
// Adapter class with targets to render like different toolkits. Set by any
@@ -138,12 +137,6 @@ class VIEWS_EXPORT LinuxUI : public ui::LinuxInputMethodContextFactory,
virtual void RemoveWindowButtonOrderObserver(
WindowButtonOrderObserver* observer) = 0;
- // Notifies the observer when the native theme changes.
- virtual void AddNativeThemeChangeObserver(
- NativeThemeChangeObserver* observer) = 0;
- virtual void RemoveNativeThemeChangeObserver(
- NativeThemeChangeObserver* observer) = 0;
-
// Determines whether the user's window manager is Unity.
virtual bool UnityIsRunning() = 0;
« no previous file with comments | « ui/native_theme/native_theme_win.cc ('k') | ui/views/linux_ui/native_theme_change_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698