Update broken references to image assets
[chromium-blink-merge.git] / chrome / browser / chromeos / login / screens / host_pairing_screen_actor.cc
blobe42e1715612a52aeb2d8701cbe0785a01a5688b6
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "chrome/browser/chromeos/login/screens/host_pairing_screen_actor.h"
7 namespace chromeos {
9 namespace host_pairing {
11 // Keep these constants synced with corresponding constants defined in
12 // oobe_screen_host_pairing.js.
13 const char kContextKeyPage[] = "page";
14 const char kContextKeyDeviceName[] = "deviceName";
15 const char kContextKeyConfirmationCode[] = "code";
16 const char kContextKeyEnrollmentDomain[] = "enrollmentDomain";
17 const char kContextKeyUpdateProgress[] = "updateProgress";
19 const char kPageWelcome[] = "welcome";
20 const char kPageCodeConfirmation[] = "code-confirmation";
21 const char kPageUpdate[] = "update";
22 const char kPageEnrollmentIntroduction[] = "enrollment-introduction";
23 const char kPageEnrollment[] = "enrollment";
24 const char kPageEnrollmentError[] = "enrollment-error";
25 const char kPagePairingDone[] = "pairing-done";
27 } // namespace host_pairing
29 HostPairingScreenActor::HostPairingScreenActor() {
32 HostPairingScreenActor::~HostPairingScreenActor() {
35 } // namespace chromeos