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

Unified Diff: chromeos/dbus/service_constants.h

Issue 6603016: Add constants for new cryptohome API (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/common.git@master
Patch Set: mispelling 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 | « no previous file | chromeos/dbus/service_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/service_constants.h
diff --git a/chromeos/dbus/service_constants.h b/chromeos/dbus/service_constants.h
index 9f65997af8fbb094d958e5dd75a59d48796ad91d..cd2d38494a867ea77e26f6e8f31241ed6b60bd2b 100644
--- a/chromeos/dbus/service_constants.h
+++ b/chromeos/dbus/service_constants.h
@@ -38,6 +38,8 @@ extern const char *kCryptohomeAsyncRemove;
extern const char *kCryptohomeGetStatusString;
extern const char *kCryptohomeRemoveTrackedSubdirectories;
extern const char *kCryptohomeAsyncRemoveTrackedSubdirectories;
+extern const char *kCryptohomeDoAutomaticFreeDiskSpaceControl;
+extern const char *kCryptohomeAsyncDoAutomaticFreeDiskSpaceControl;
// Signals
extern const char *kSignalAsyncCallStatus;
extern const char *kSignalTpmInitStatus;
« no previous file with comments | « no previous file | chromeos/dbus/service_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698