| Index: chrome/browser/chromeos/arc/arc_util.h
|
| diff --git a/chrome/browser/chromeos/arc/arc_util.h b/chrome/browser/chromeos/arc/arc_util.h
|
| index d0da128dc418e81825bf6ae5c547ad1103cc4baf..9acb4f0a6c430991f45f499fd0edde9a2dbd42ef 100644
|
| --- a/chrome/browser/chromeos/arc/arc_util.h
|
| +++ b/chrome/browser/chromeos/arc/arc_util.h
|
| @@ -32,7 +32,6 @@ enum FileSystemCompatibilityState : int32_t {
|
| // Migration has happend. New filesystem is in use.
|
| kFileSystemCompatible = 1,
|
| // Migration has happend, and a notification about the fact was already shown.
|
| - // TODO(kinaba): This value isn't yet used until crbug.com/711095 is done.
|
| kFileSystemCompatibleAndNotified = 2,
|
|
|
| // Existing code assumes that kFileSystemIncompatible is the only state
|
|
|