Index: chrome/browser/resources/chromeos/sim_unlock.js |
diff --git a/chrome/browser/resources/chromeos/sim_unlock.js b/chrome/browser/resources/chromeos/sim_unlock.js |
index c77ccbd911ff03d242d543ab575125054c6873c6..eba753a6da9b864114f281ac60b663d4a0bbffdb 100644 |
--- a/chrome/browser/resources/chromeos/sim_unlock.js |
+++ b/chrome/browser/resources/chromeos/sim_unlock.js |
@@ -207,7 +207,6 @@ cr.define('mobile', function() { |
}; |
SimUnlock.cancel = function() { |
- chrome.send('cancel'); |
stevenjb
2014/07/18 00:29:40
Cancelling doesn't actually change anything or nee
|
SimUnlock.close(); |
}; |