| Index: chrome/browser/chromeos/drive/drive_file_system_metadata.h
|
| diff --git a/chrome/browser/chromeos/drive/drive_file_system_metadata.h b/chrome/browser/chromeos/drive/drive_file_system_metadata.h
|
| index 11647b40656f96a6f11a317fde5d88ac0076bed0..9c23e5462503e9d8fcf36de15c238419c7ec508f 100644
|
| --- a/chrome/browser/chromeos/drive/drive_file_system_metadata.h
|
| +++ b/chrome/browser/chromeos/drive/drive_file_system_metadata.h
|
| @@ -20,9 +20,6 @@ struct DriveFileSystemMetadata {
|
| // from the one on the server)
|
| int64 largest_changestamp;
|
|
|
| - // True if the file system feed is loaded from the cache or from the server.
|
| - bool loaded;
|
| -
|
| // True if the feed is now being fetched from the server.
|
| bool refreshing;
|
|
|
|
|