| Index: chrome/browser/ui/ash/palette_delegate_chromeos.h
|
| diff --git a/chrome/browser/ui/ash/palette_delegate_chromeos.h b/chrome/browser/ui/ash/palette_delegate_chromeos.h
|
| index 3655cd2a3dde57df59a4ddef13f8aa93ee94720e..4250e12d9c9c96198b6df5a44572645813a1829c 100644
|
| --- a/chrome/browser/ui/ash/palette_delegate_chromeos.h
|
| +++ b/chrome/browser/ui/ash/palette_delegate_chromeos.h
|
| @@ -44,8 +44,6 @@ class PaletteDelegateChromeOS : public ash::PaletteDelegate,
|
| private:
|
| PaletteDelegateChromeOS();
|
|
|
| - class ProxyScreenshotDelegate;
|
| -
|
| // ash::PaletteDelegate:
|
| std::unique_ptr<EnableListenerSubscription> AddPaletteEnableListener(
|
| const EnableListener& on_state_changed) override;
|
| @@ -80,8 +78,6 @@ class PaletteDelegateChromeOS : public ash::PaletteDelegate,
|
| base::CallbackList<void(bool)> palette_enabled_callback_list_;
|
| OnStylusStateChangedCallback on_stylus_state_changed_;
|
|
|
| - std::unique_ptr<ProxyScreenshotDelegate> proxy_screenshot_delegate_;
|
| -
|
| // Unowned pointer to the active profile.
|
| Profile* profile_ = nullptr;
|
| std::unique_ptr<PrefChangeRegistrar> pref_change_registrar_;
|
|
|