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

Unified Diff: chrome/browser/chromeos/upgrade_detector_chromeos.cc

Issue 2925893002: [Merge to M60] Fix crash of update-over-cellular icon (Closed)
Patch Set: Created 3 years, 6 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 | « ash/system/update/tray_update.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/upgrade_detector_chromeos.cc
diff --git a/chrome/browser/chromeos/upgrade_detector_chromeos.cc b/chrome/browser/chromeos/upgrade_detector_chromeos.cc
index 4178576bc484b20ffaa56b5c6b6771f0a9ff992d..c84d67a8d0ecb07f36d9c0718eb8df358d540c0a 100644
--- a/chrome/browser/chromeos/upgrade_detector_chromeos.cc
+++ b/chrome/browser/chromeos/upgrade_detector_chromeos.cc
@@ -102,7 +102,7 @@ void UpgradeDetectorChromeos::UpdateStatusChanged(
} else if (status.status ==
UpdateEngineClient::UPDATE_STATUS_NEED_PERMISSION_TO_UPDATE) {
// Update engine broadcasts this state only when update is available but
- // downloading over cellular connection requires user's agreement
+ // downloading over cellular connection requires user's agreement.
NotifyUpdateOverCellularAvailable();
}
}
« no previous file with comments | « ash/system/update/tray_update.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698