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 7e73e457e93337ed687bfe882017f5130e861010..45ce3bd5b3499031625670ff645285534689c1d7 100644 |
--- a/ui/views/linux_ui/linux_ui.h |
+++ b/ui/views/linux_ui/linux_ui.h |
@@ -77,9 +77,6 @@ class VIEWS_EXPORT LinuxUI : public ui::LinuxInputMethodContextFactory, |
// style widgets. |
virtual ui::NativeTheme* GetNativeTheme() const = 0; |
- virtual void SetUseSystemTheme(bool use_system_theme) = 0; |
- virtual bool GetUseSystemTheme() const = 0; |
- |
// Returns whether we should be using the native theme provided by this |
// object by default. |
virtual bool GetDefaultUsesSystemTheme() const = 0; |