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

Unified Diff: chrome/browser/resources/chromeos/drive_internals.js

Issue 14366011: drive: Fix a bug that broke "Delta Update Status" in chrome:drive-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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/drive_internals.js
diff --git a/chrome/browser/resources/chromeos/drive_internals.js b/chrome/browser/resources/chromeos/drive_internals.js
index b376e770b421ddbbad2ea0503bcef3eafdc7084d..dd0f161ded9c66615d8af7169336dacb3a4c2c7e 100644
--- a/chrome/browser/resources/chromeos/drive_internals.js
+++ b/chrome/browser/resources/chromeos/drive_internals.js
@@ -189,8 +189,6 @@ function updateLocalMetadata(localMetadata) {
function updateDeltaUpdateStatus(deltaUpdateStatus) {
$('push-notification-enabled').textContent =
deltaUpdateStatus['push-notification-enabled'];
- $('polling-interval-sec').textContent =
- deltaUpdateStatus['polling-interval-sec'];
$('last-update-check-time').textContent =
deltaUpdateStatus['last-update-check-time'];
$('last-update-check-error').textContent =
« 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