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

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: Address comments. 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
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 cadc7b72632b51f0806acff2cb51c3e7621dd637..16ffdf06082028edc62aa2685f7f4a4bf13e53c5 100644
--- a/ui/views/linux_ui/linux_ui.h
+++ b/ui/views/linux_ui/linux_ui.h
@@ -31,7 +31,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
@@ -127,12 +126,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;

Powered by Google App Engine
This is Rietveld 408576698