| 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 =
|
|
|