| Index: chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc b/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
|
| index 508e4e0c196285242a1c74f58d0385178a324286..1491254b3210b5859c9f486d46cd5259458c6711 100644
|
| --- a/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/drive_internals_ui.cc
|
| @@ -520,8 +520,6 @@ void DriveInternalsWebUIHandler::OnGetFilesystemMetadataForDeltaUpdate(
|
| base::DictionaryValue delta_update_status;
|
| delta_update_status.SetBoolean("push-notification-enabled",
|
| metadata.push_notification_enabled);
|
| - delta_update_status.SetInteger("polling-interval-sec",
|
| - metadata.polling_interval_sec);
|
| delta_update_status.SetString(
|
| "last-update-check-time",
|
| google_apis::util::FormatTimeAsStringLocaltime(
|
|
|