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

Unified Diff: chrome/browser/chromeos/arc/arc_session_manager.cc

Issue 2968073002: register voice interaction preference. (Closed)
Patch Set: rebase Created 3 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_arc_home_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/arc/arc_session_manager.cc
diff --git a/chrome/browser/chromeos/arc/arc_session_manager.cc b/chrome/browser/chromeos/arc/arc_session_manager.cc
index 92cd72c1b96ba946fbbdb208f4c63174e8a9c8a2..5b29c12941bbd8e96660a4effe10b003905e93f9 100644
--- a/chrome/browser/chromeos/arc/arc_session_manager.cc
+++ b/chrome/browser/chromeos/arc/arc_session_manager.cc
@@ -173,6 +173,9 @@ void ArcSessionManager::RegisterProfilePrefs(
registry->RegisterBooleanPref(prefs::kArcTermsAccepted, false);
registry->RegisterBooleanPref(prefs::kArcVoiceInteractionValuePropAccepted,
false);
+ registry->RegisterBooleanPref(prefs::kVoiceInteractionEnabled, false);
+ registry->RegisterBooleanPref(prefs::kVoiceInteractionContextEnabled, false);
+ registry->RegisterBooleanPref(prefs::kVoiceInteractionPrefSynced, false);
// Note that ArcBackupRestoreEnabled and ArcLocationServiceEnabled prefs have
// to be off by default, until an explicit gesture from the user to enable
// them is received. This is crucial in the cases when these prefs transition
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/voice_interaction/arc_voice_interaction_arc_home_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698