| 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) {
|
|
|