• Tetsui Ohkubo's avatar
    Remove GetDeprecatedAcceleratorImage(). · 5735cf1d
    Tetsui Ohkubo authored
    This CL removes ash::ShellDelegate::GetDeprecatedAcceleratorImage().
    This is only used in accelerator_controller.cc as an argument of
    system_notifier::CreateSystemNotification(), which is ignored.
    
    This CL also replaces system_notifier::CreateSystemNotification() by
    message_center::Notification::CreateSystemNotification(), because the
    former function just forwards to the latter.
    
    IDR_BLUETOOTH_KEYBOARD is not removed, because it's still used in
    chrome/browser/resources/chromeos/login/oobe_screen_hid_detection.html
    
    BUG=757703
    
    Change-Id: I92f5a982c817cec34f8d508a11cf813a1caec5fb
    Reviewed-on: https://chromium-review.googlesource.com/826663Reviewed-by: default avatarJames Cook <jamescook@chromium.org>
    Commit-Queue: Tetsui Ohkubo <tetsui@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#524293}
    5735cf1d
test_shell_delegate.cc 1.94 KB