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

Unified Diff: chrome/browser/resources/chromeos/login/oobe_welcome.js

Issue 2705803002: chromeos oobe: onNetworkConnected_ is not a function (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe_welcome.js
diff --git a/chrome/browser/resources/chromeos/login/oobe_welcome.js b/chrome/browser/resources/chromeos/login/oobe_welcome.js
index f2be9d890403c713c7fadd5612a15b57fb959aeb..ad84b01cedc371aee0d2185d7406dfa6c840fa75 100644
--- a/chrome/browser/resources/chromeos/login/oobe_welcome.js
+++ b/chrome/browser/resources/chromeos/login/oobe_welcome.js
@@ -346,10 +346,8 @@ Polymer({
if (!lastError)
return;
- if (lastError.message == 'connected') {
- self.onNetworkConnected_({'detail': networkStateCopy});
+ if (lastError.message == 'connected')
stevenjb 2017/02/21 17:54:41 nit: This could now be == 'connected' || == 'conne
Alexander Alekseev 2017/02/21 22:03:57 Done.
return;
- }
if (lastError.message != 'connecting')
console.error('networkingPrivate.startConnect error: ' + lastError);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698