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

Unified Diff: ui/login/display_manager.js

Issue 1492043002: Introduced switches for Master/Slave bootstrapping process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove the unused shark requisition. Created 5 years 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: ui/login/display_manager.js
diff --git a/ui/login/display_manager.js b/ui/login/display_manager.js
index e94342a3aa52d0ea584ae0bd902b4d3e0b5e8a8a..e14ee854d1361b11b4f440959a27e7067721bbd6 100644
--- a/ui/login/display_manager.js
+++ b/ui/login/display_manager.js
@@ -45,8 +45,6 @@
/** @const */ var ACCELERATOR_DEVICE_REQUISITION = 'device_requisition';
/** @const */ var ACCELERATOR_DEVICE_REQUISITION_REMORA =
'device_requisition_remora';
-/** @const */ var ACCELERATOR_DEVICE_REQUISITION_SHARK =
- 'device_requisition_shark';
/** @const */ var ACCELERATOR_APP_LAUNCH_BAILOUT = 'app_launch_bailout';
/** @const */ var ACCELERATOR_APP_LAUNCH_NETWORK_CONFIG =
'app_launch_network_config';
@@ -361,10 +359,6 @@ cr.define('cr.ui.login', function() {
if (this.isOobeUI())
this.showDeviceRequisitionRemoraPrompt_(
'deviceRequisitionRemoraPromptText', 'remora');
- } else if (name == ACCELERATOR_DEVICE_REQUISITION_SHARK) {
- if (this.isOobeUI())
- this.showDeviceRequisitionRemoraPrompt_(
- 'deviceRequisitionSharkPromptText', 'shark');
} else if (name == ACCELERATOR_APP_LAUNCH_BAILOUT) {
if (currentStepId == SCREEN_APP_LAUNCH_SPLASH)
chrome.send('cancelAppLaunch');
@@ -790,7 +784,7 @@ cr.define('cr.ui.login', function() {
},
/**
- * Shows the special remora/shark device requisition prompt.
+ * Shows the special remora device requisition prompt.
* @private
*/
showDeviceRequisitionRemoraPrompt_: function(promptText, requisition) {
« chrome/browser/chromeos/login/ui/webui_login_view.cc ('K') | « chromeos/chromeos_switches.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698