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

Unified Diff: cryptohome.xml

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
« no previous file with comments | « cryptohome.cc ('k') | make_tests.h » ('j') | service.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cryptohome.xml
diff --git a/cryptohome.xml b/cryptohome.xml
index 15191499db0472fbbecd56003d4fbb4c39aebab2..f05d52ee9589b90c80ca13920050a5d8e69e215e 100644
--- a/cryptohome.xml
+++ b/cryptohome.xml
@@ -47,8 +47,8 @@
<arg type="s" name="username" direction="in" />
<arg type="s" name="key" direction="in" />
<arg type="b" name="create_if_missing" direction="in" />
- <arg type="b" name="replace_tracked_subdirectories" direction="in" />
- <arg type="as" name="tracked_subdirectories" direction="in" />
+ <arg type="b" name="deprecated_replace_tracked_subdirectories" direction="in" />
+ <arg type="as" name="deprecated_tracked_subdirectories" direction="in" />
<arg type="i" name="error" direction="out" />
<arg type="b" name="done" direction="out" />
</method>
@@ -56,8 +56,8 @@
<arg type="s" name="username" direction="in" />
<arg type="s" name="key" direction="in" />
<arg type="b" name="create_if_missing" direction="in" />
- <arg type="b" name="replace_tracked_subdirectories" direction="in" />
- <arg type="as" name="tracked_subdirectories" direction="in" />
+ <arg type="b" name="deprecated_replace_tracked_subdirectories" direction="in" />
+ <arg type="as" name="deprecated_tracked_subdirectories" direction="in" />
<arg type="i" name="async_id" direction="out" />
</method>
<method name="MountGuest">
« no previous file with comments | « cryptohome.cc ('k') | make_tests.h » ('j') | service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698