Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2233)

Unified Diff: chrome/browser/chromeos/login/screens/controller_pairing_screen_actor.cc

Issue 2700303002: cros: Unify oobe View/Actor naming to just View. (Closed)
Patch Set: Rebase Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/login/screens/controller_pairing_screen_actor.cc
diff --git a/chrome/browser/chromeos/login/screens/controller_pairing_screen_actor.cc b/chrome/browser/chromeos/login/screens/controller_pairing_screen_actor.cc
deleted file mode 100644
index 9cd894f9a377b9ff458f62b9d26b09d5060d2f42..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/login/screens/controller_pairing_screen_actor.cc
+++ /dev/null
@@ -1,52 +0,0 @@
-// Copyright 2014 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "chrome/browser/chromeos/login/screens/controller_pairing_screen_actor.h"
-
-namespace chromeos {
-
-namespace controller_pairing {
-
-// Keep these constants synced with corresponding constants defined in
-// oobe_screen_controller_pairing.js.
-const char kContextKeyPage[] = "page";
-const char kContextKeyControlsDisabled[] = "controlsDisabled";
-const char kContextKeyDevices[] = "devices";
-const char kContextKeyConfirmationCode[] = "code";
-const char kContextKeySelectedDevice[] = "selectedDevice";
-const char kContextKeyAccountId[] = "accountId";
-const char kContextKeyEnrollmentDomain[] = "enrollmentDomain";
-
-const char kPageDevicesDiscovery[] = "devices-discovery";
-const char kPageDeviceSelect[] = "device-select";
-const char kPageDeviceNotFound[] = "device-not-found";
-const char kPageEstablishingConnection[] = "establishing-connection";
-const char kPageEstablishingConnectionError[] = "establishing-connection-error";
-const char kPageCodeConfirmation[] = "code-confirmation";
-const char kPageHostNetworkError[] = "host-network-error";
-const char kPageHostUpdate[] = "host-update";
-const char kPageHostConnectionLost[] = "host-connection-lost";
-const char kPageEnrollmentIntroduction[] = "enrollment-introduction";
-const char kPageAuthentication[] = "authentication";
-const char kPageHostEnrollment[] = "host-enrollment";
-const char kPageHostEnrollmentError[] = "host-enrollment-error";
-const char kPagePairingDone[] = "pairing-done";
-
-const char kActionChooseDevice[] = "chooseDevice";
-const char kActionRepeatDiscovery[] = "repeatDiscovery";
-const char kActionAcceptCode[] = "acceptCode";
-const char kActionRejectCode[] = "rejectCode";
-const char kActionProceedToAuthentication[] = "proceedToAuthentication";
-const char kActionEnroll[] = "enroll";
-const char kActionStartSession[] = "startSession";
-
-} // namespace controller_pairing
-
-ControllerPairingScreenActor::ControllerPairingScreenActor() {
-}
-
-ControllerPairingScreenActor::~ControllerPairingScreenActor() {
-}
-
-} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698