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

Unified Diff: chrome/common/pref_names.cc

Issue 2127113002: Policy to control ARC Backup&Restore. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build. Created 4 years, 5 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
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index b6cafc9b961fdd6bb5d0557b97aacd254d06971f..d7242c3f7981f23f9691ff65cf3e4fd0db004ac7 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -18,6 +18,8 @@ namespace prefs {
const char kArcApps[] = "arc.apps";
// A preference to store backup and restore state for Android apps.
const char kArcBackupRestoreEnabled[] = "arc.backup_restore.enabled";
+// A preference to store whether backup and restore state is managed.
+const char kArcBackupRestoreManaged[] = "arc.backup_restore.managed";
// A preference to keep Android apps enabled state.
const char kArcEnabled[] = "arc.enabled";
// A preference to keep list of Android packages and their infomation.

Powered by Google App Engine
This is Rietveld 408576698