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

Unified Diff: chrome/browser/chromeos/login/screens/host_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/host_pairing_screen_actor.cc
diff --git a/chrome/browser/chromeos/login/screens/host_pairing_screen_actor.cc b/chrome/browser/chromeos/login/screens/host_pairing_screen_actor.cc
deleted file mode 100644
index 00b7ac41e934cbcc38ecb407bca2beec80329d37..0000000000000000000000000000000000000000
--- a/chrome/browser/chromeos/login/screens/host_pairing_screen_actor.cc
+++ /dev/null
@@ -1,39 +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/host_pairing_screen_actor.h"
-
-namespace chromeos {
-
-namespace host_pairing {
-
-// Keep these constants synced with corresponding constants defined in
-// oobe_screen_host_pairing.js.
-const char kContextKeyPage[] = "page";
-const char kContextKeyDeviceName[] = "deviceName";
-const char kContextKeyConfirmationCode[] = "code";
-const char kContextKeyEnrollmentDomain[] = "enrollmentDomain";
-const char kContextKeyUpdateProgress[] = "updateProgress";
-
-const char kPageWelcome[] = "welcome";
-const char kPageIntializationError[] = "initialization-error";
-const char kPageCodeConfirmation[] = "code-confirmation";
-const char kPageConnectionError[] = "connection-error";
-const char kPageSetupBasicConfiguration[] = "setup-basic-configuration";
-const char kPageSetupNetworkError[] = "setup-network-error";
-const char kPageUpdate[] = "update";
-const char kPageEnrollmentIntroduction[] = "enrollment-introduction";
-const char kPageEnrollment[] = "enrollment";
-const char kPageEnrollmentError[] = "enrollment-error";
-const char kPagePairingDone[] = "pairing-done";
-
-} // namespace host_pairing
-
-HostPairingScreenActor::HostPairingScreenActor() {
-}
-
-HostPairingScreenActor::~HostPairingScreenActor() {
-}
-
-} // namespace chromeos

Powered by Google App Engine
This is Rietveld 408576698