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

Unified Diff: components/arc/storage_manager/arc_storage_manager.cc

Issue 2022883002: Fix wrong Mojo version of ArcStorageManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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: components/arc/storage_manager/arc_storage_manager.cc
diff --git a/components/arc/storage_manager/arc_storage_manager.cc b/components/arc/storage_manager/arc_storage_manager.cc
index 845611840ea061c133c30fa79ca490fdae7b51b1..4c65905b572e404650c457cb6d51a090d95cf3d3 100644
--- a/components/arc/storage_manager/arc_storage_manager.cc
+++ b/components/arc/storage_manager/arc_storage_manager.cc
@@ -14,7 +14,7 @@ namespace arc {
namespace {
-const int kMinInstanceVersion = 1; // See storage_manager.mojom.
+const int kMinInstanceVersion = 0; // See storage_manager.mojom.
// This class is owned by ArcServiceManager so that it is safe to use this raw
// pointer as the singleton reference.
« 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