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

Unified Diff: chrome/common/pref_names.cc

Issue 2702723002: Extract kArcEnabled preference from ArcSessionManager part 1. (Closed)
Patch Set: Created 3 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
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 65421df7b16e998e611f820caf0ee088d49bb601..52fb2502e8289d083d4957b201cbf59200b83d4f 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -28,7 +28,8 @@ const char kArcDataRemoveRequested[] = "arc.data.remove_requested";
// Store on ARC.
// TODO(hidehiko): For historical reason, now the preference name does not
// directly reflect "Google Play Store". We should get and set the values via
-// utility methods (IsArcPlayStoreEnabled() and SetArcPlayStoreEnabled()).
+// utility methods (IsArcPlayStoreEnabledForProfile() and
Yusuke Sato 2017/02/17 22:27:09 Please also mention that the functions are in c/b/
hidehiko 2017/02/20 18:18:45 Done, but I'm not very sure if it is a good practi
Yusuke Sato 2017/02/21 20:59:43 File names are not necessary especially when the m
+// SetArcPlayStoreEnabledForProfile()).
hidehiko 2017/02/17 15:07:19 FYI: I haven't addressed this in this CL, so there
const char kArcEnabled[] = "arc.enabled";
// A preference that indicated whether Android reported that it's compliant
// with provided policies. When it's compliant, Android kiosk app will start.

Powered by Google App Engine
This is Rietveld 408576698