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

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

Issue 2552203007: Public Sessions - prompt the user for pageCapture requests (Closed)
Patch Set: Changed pref name & location; removed incognito code 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 21a57faf7760f0024ce6b7f2f3f011887dc01c1c..787df0a3f35d5d563365252ddc2f87adcd8956bc 100644
--- a/chrome/browser/chromeos/preferences.cc
+++ b/chrome/browser/chromeos/preferences.cc
@@ -346,6 +346,9 @@ void Preferences::RegisterProfilePrefs(
registry->RegisterBooleanPref(prefs::kEolNotificationDismissed, false);
registry->RegisterIntegerPref(prefs::kEolStatus,
update_engine::EndOfLifeStatus::kSupported);
+
+ registry->RegisterDictionaryPref(
+ prefs::kExtensionsPublicSessionPermissions);
}
void Preferences::InitUserPrefs(sync_preferences::PrefServiceSyncable* prefs) {

Powered by Google App Engine
This is Rietveld 408576698