| Index: chrome/browser/ui/ash/palette_delegate_chromeos.cc
|
| diff --git a/chrome/browser/ui/ash/palette_delegate_chromeos.cc b/chrome/browser/ui/ash/palette_delegate_chromeos.cc
|
| index 24703ac0de8395afc523283513c7908a2fa71abb..7c923d6f3d1b574124cb2fa4406768d080155591 100644
|
| --- a/chrome/browser/ui/ash/palette_delegate_chromeos.cc
|
| +++ b/chrome/browser/ui/ash/palette_delegate_chromeos.cc
|
| @@ -6,7 +6,6 @@
|
|
|
| #include "ash/accelerators/accelerator_controller_delegate_aura.h"
|
| #include "ash/common/system/chromeos/palette/palette_utils.h"
|
| -#include "ash/magnifier/partial_magnification_controller.h"
|
| #include "ash/screenshot_delegate.h"
|
| #include "ash/shell.h"
|
| #include "ash/utility/screenshot_controller.h"
|
| @@ -132,12 +131,6 @@ void PaletteDelegateChromeOS::OnPartialScreenshotDone(
|
| then.Run();
|
| }
|
|
|
| -void PaletteDelegateChromeOS::SetPartialMagnifierState(bool enabled) {
|
| - ash::PartialMagnificationController* controller =
|
| - ash::Shell::GetInstance()->partial_magnification_controller();
|
| - controller->SetEnabled(enabled);
|
| -}
|
| -
|
| void PaletteDelegateChromeOS::SetStylusStateChangedCallback(
|
| const OnStylusStateChangedCallback& on_stylus_state_changed) {
|
| on_stylus_state_changed_ = on_stylus_state_changed;
|
|
|