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

Unified Diff: vault_keyset.proto

Issue 6598009: Deprecating tracked_directories as a Vault parameter (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/cryptohome.git@master
Patch Set: Created 9 years, 10 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
« service.h ('K') | « service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: vault_keyset.proto
diff --git a/vault_keyset.proto b/vault_keyset.proto
index 13a4ba8994b0caeccacddb5456ee315bdff9f85c..5517045d63b0a33616d5e180325ab4520e670ddd 100644
--- a/vault_keyset.proto
+++ b/vault_keyset.proto
@@ -16,5 +16,5 @@ message SerializedVaultKeyset {
optional bytes tpm_key = 4;
optional bytes tpm_public_key_hash = 5;
optional int32 password_rounds = 6;
- repeated string tracked_subdirectories = 7;
+ repeated string deprecated_tracked_subdirectories = 7;
}
« service.h ('K') | « service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698