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

Unified Diff: chrome/browser/chromeos/preferences.cc

Issue 2552203007: Public Sessions - prompt the user for pageCapture requests (Closed)
Patch Set: Devlin's comments Created 3 years, 11 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/browser/chromeos/preferences.cc
diff --git a/chrome/browser/chromeos/preferences.cc b/chrome/browser/chromeos/preferences.cc
index b9b1fdbec4ef4fa31725f22c158c70bdb6ef3a65..a358f390cf89a426eaa0ca490cb57b28d84f1acf 100644
--- a/chrome/browser/chromeos/preferences.cc
+++ b/chrome/browser/chromeos/preferences.cc
@@ -344,6 +344,9 @@ void Preferences::RegisterProfilePrefs(
registry->RegisterBooleanPref(prefs::kEolNotificationDismissed, false);
registry->RegisterIntegerPref(prefs::kEolStatus,
update_engine::EndOfLifeStatus::kSupported);
+
+ registry->RegisterDictionaryPref(
+ prefs::kPublicSessionPermissionsUserChoiceCache);
}
void Preferences::InitUserPrefs(sync_preferences::PrefServiceSyncable* prefs) {

Powered by Google App Engine
This is Rietveld 408576698