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

Unified Diff: chrome/common/pref_names.h

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.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index 8b68eca2bfb47622527ab7737f247bb6cbdc8c73..68d61889846f30cb0dc8e34aa542d26cf0edf29c 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -18,6 +18,7 @@ namespace prefs {
#if defined(OS_CHROMEOS) && defined(ENABLE_APP_LIST)
extern const char kArcApps[];
extern const char kArcBackupRestoreEnabled[];
+extern const char kArcBackupRestoreManaged[];
Thiemo Nagel 2016/07/12 15:02:40 I'm not sure what's the purpose of that pref. I'd
Sergey Poromov 2016/07/12 16:18:11 I didn't know that it's easy to know whether pref
extern const char kArcEnabled[];
extern const char kArcPackages[];
extern const char kArcSetNotificationsEnabledDeferred[];

Powered by Google App Engine
This is Rietveld 408576698