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

Unified Diff: chrome/browser/prefs/pref_service_syncable_util.cc

Issue 2552203007: Public Sessions - prompt the user for pageCapture requests (Closed)
Patch Set: Unused variable Created 4 years 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/prefs/pref_service_syncable_util.cc
diff --git a/chrome/browser/prefs/pref_service_syncable_util.cc b/chrome/browser/prefs/pref_service_syncable_util.cc
index 01f0b3d169cbbdc13a62d31a65249451ff52023a..ecbad60d6ed53db8d09bf31656105d588bf6117f 100644
--- a/chrome/browser/prefs/pref_service_syncable_util.cc
+++ b/chrome/browser/prefs/pref_service_syncable_util.cc
@@ -37,6 +37,9 @@ sync_preferences::PrefServiceSyncable* CreateIncognitoPrefServiceSyncable(
std::vector<const char*> overlay_pref_names;
overlay_pref_names.push_back(prefs::kBrowserWindowPlacement);
overlay_pref_names.push_back(prefs::kSaveFileDefaultDirectory);
+#if defined(OS_CHROMEOS)
+ overlay_pref_names.push_back(prefs::kPublicSessionPermissionsUserChoiceCache);
+#endif
#if defined(OS_ANDROID)
overlay_pref_names.push_back(proxy_config::prefs::kProxy);
#endif

Powered by Google App Engine
This is Rietveld 408576698