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

Unified Diff: chrome/browser/chromeos/arc/arc_util.h

Issue 2895113002: Delete a TODO comment that had already been addressed. (Closed)
Patch Set: Created 3 years, 7 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/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
« 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