Index: chrome/browser/supervised_user/supervised_user_constants.cc |
diff --git a/chrome/browser/supervised_user/supervised_user_constants.cc b/chrome/browser/supervised_user/supervised_user_constants.cc |
index a51b61c7a16efeec88cec2527a0172611fec4d0c..889577c9d6f3015fe526384f58953e68e58bf246 100644 |
--- a/chrome/browser/supervised_user/supervised_user_constants.cc |
+++ b/chrome/browser/supervised_user/supervised_user_constants.cc |
@@ -6,13 +6,13 @@ |
namespace supervised_users { |
-const char kCameraMicAllowed[] = "CameraMicAllowed"; |
+const char kCameraMicDisabled[] = "CameraMicDisabled"; |
const char kContentPackDefaultFilteringBehavior[] = |
"ContentPackDefaultFilteringBehavior"; |
const char kContentPackManualBehaviorHosts[] = "ContentPackManualBehaviorHosts"; |
const char kContentPackManualBehaviorURLs[] = "ContentPackManualBehaviorURLs"; |
const char kForceSafeSearch[] = "ForceSafeSearch"; |
-const char kGeolocationAllowed[] = "GeolocationAllowed"; |
+const char kGeolocationDisabled[] = "GeolocationDisabled"; |
Bernhard Bauer
2015/02/26 12:44:58
Is the only reason we are changing these constants
knn
2015/02/26 16:18:56
To the contrary, Implementation is actually easier
Bernhard Bauer
2015/02/26 18:03:54
That's a good point; I'll have to think about it.
|
const char kRecordHistory[] = "RecordHistory"; |
const char kSigninAllowed[] = "SigninAllowed"; |
const char kUserName[] = "UserName"; |