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

Unified Diff: service.h

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 | « mount_unittest.cc ('k') | service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service.h
diff --git a/service.h b/service.h
index c3858e1ea1e11b5536693f8bd32385363e674e50..a2875bedf9116037d465e48662192f561c248d5d 100644
--- a/service.h
+++ b/service.h
@@ -103,16 +103,16 @@ class Service : public chromeos::dbus::AbstractDbusService,
virtual gboolean Mount(gchar *user,
gchar *key,
gboolean create_if_missing,
- gboolean replace_tracked_subdirectories,
- gchar** tracked_subdirectories,
+ gboolean deprecated_replace_tracked_subdirectories,
+ gchar** deprecated_tracked_subdirectories,
gint *OUT_error_code,
gboolean *OUT_result,
GError **error);
virtual gboolean AsyncMount(gchar *user,
gchar *key,
gboolean create_if_missing,
- gboolean replace_tracked_subdirectories,
- gchar** tracked_subdirectories,
+ gboolean deprecated_replace_tracked_subdirectories,
fes 2011/02/25 23:08:41 80 Columns
glotov 2011/02/28 18:22:33 Done.
+ gchar** deprecated_tracked_subdirectories,
gint *OUT_async_id,
GError **error);
virtual gboolean MountGuest(gint *OUT_error_code,
« no previous file with comments | « mount_unittest.cc ('k') | service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698