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

Unified Diff: chrome/browser/ui/webui/chromeos/login/controller_pairing_screen_handler.cc

Issue 1887953002: Revert of [Merge to M50] Enable bootstrapping feature by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2661
Patch Set: Created 4 years, 8 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/ui/webui/chromeos/login/controller_pairing_screen_handler.cc
diff --git a/chrome/browser/ui/webui/chromeos/login/controller_pairing_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/controller_pairing_screen_handler.cc
index 4d3984f85cf15fd34a1751da9899f156c42184c5..6f9ea435aa32173f3b2ea668be0caf16e905a9bb 100644
--- a/chrome/browser/ui/webui/chromeos/login/controller_pairing_screen_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/controller_pairing_screen_handler.cc
@@ -70,7 +70,6 @@
std::string prefix;
base::RemoveChars(kJsScreenPath, ".", &prefix);
- // TODO(xdai): Remove unnecessary strings.
builder->Add(prefix + "WelcomeTitle", IDS_PAIRING_CONTROLLER_WELCOME);
builder->Add(prefix + "Searching", IDS_PAIRING_CONTROLLER_SEARCHING);
builder->Add(prefix + "HelpBtn", IDS_PAIRING_NEED_HELP);
@@ -96,12 +95,12 @@
IDS_PAIRING_CONTROLLER_CONNECTION_LOST_TEXT);
builder->Add(prefix + "HostNetworkErrorTitle",
IDS_PAIRING_CONTROLLER_HOST_NETWORK_ERROR_TITLE);
- builder->Add(prefix + "EnrollTitle", IDS_PAIRING_CONTROLLER_ENROLL_TITLE);
+ builder->Add(prefix + "EnrollTitle", IDS_PAIRING_ENROLL_TITLE);
builder->Add(prefix + "EnrollText1", IDS_PAIRING_CONTROLLER_ENROLL_TEXT_1);
builder->Add(prefix + "EnrollText2", IDS_PAIRING_CONTROLLER_ENROLL_TEXT_2);
builder->Add(prefix + "ContinueBtn", IDS_PAIRING_CONTROLLER_CONTINUE);
builder->Add(prefix + "EnrollmentInProgress",
- IDS_PAIRING_CONTROLLER_ENROLLMENT_IN_PROGRESS);
+ IDS_PAIRING_ENROLLMENT_IN_PROGRESS);
builder->Add(prefix + "EnrollmentErrorTitle",
IDS_PAIRING_ENROLLMENT_ERROR_TITLE);
builder->Add(prefix + "EnrollmentErrorHostRestarts",

Powered by Google App Engine
This is Rietveld 408576698