• Toni Barzic's avatar
    Mark unused screen exit codes as deprecated · 0d065950
    Toni Barzic authored
    Also, removes the code that supports them.
    
    Affected exit codes:
      * USER_IMAGE_SELECTED
        * user image screen has been removed from (in
          session) OOBE, and will be added to discover screen, which means,
          wizard controller does not have to handle the screen exit code
          any longer
      * ENCRYPTION_MIGRATION_FINISHED
        ENCRYPTION_MIGRATION_SKIPPED
        * Encryption migration screen is not reporting result to wizard
          controller (instead it provides interface to add callbacks to be
          called upon completion)
      * CONNECTION_FAILED
        * Not used anywhere
    
    While here, remove HIDDetectionScreen::Delegate, as HIDDetectionScreen
    is not callign into the delegate anymore.
    
    BUG=930267
    
    Change-Id: I03d3b28270967032fa66db29e4a4ac9e2d64655f
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1501092
    Commit-Queue: Toni Baržić <tbarzic@chromium.org>
    Reviewed-by: default avatarAlexander Alekseev <alemate@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#637943}
    0d065950
hid_detection_screen.h 9.45 KB