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

Unified Diff: chrome/browser/resources/mobile_setup.js

Issue 4169001: Rewritten parts of NetworkLibrary to work around memory corruption that prev... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 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/resources/mobile_setup.js
===================================================================
--- chrome/browser/resources/mobile_setup.js (revision 64441)
+++ chrome/browser/resources/mobile_setup.js (working copy)
@@ -95,6 +95,7 @@
$('finalMessage').classList.add('hidden');
$('errorMessage').classList.add('hidden');
$('systemStatus').classList.remove('hidden');
+ break;
case MobileSetup.PLAN_ACTIVATION_INITIATING_ACTIVATION:
case MobileSetup.PLAN_ACTIVATION_ACTIVATING:
$('statusHeader').textContent =
@@ -126,8 +127,6 @@
break;
}
this.state_ = new_state;
- $('statusHeader').textContent =
- $('statusHeader').textContent + ' (state = ' + new_state + ')';
},
updateDeviceStatus_: function(deviceInfo) {

Powered by Google App Engine
This is Rietveld 408576698