Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Fixes #602 - Add Overlay pref store for tor partition
Browse files Browse the repository at this point in the history
  • Loading branch information
jumde authored and darkdh committed Jun 18, 2018
1 parent 4e87db4 commit 428241d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brave/browser/brave_browser_context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ void BraveBrowserContext::CreateProfilePrefs(

bool async = false;

if (IsOffTheRecord() && !isolated_storage_) {
if (IsOffTheRecord()) {
overlay_pref_names_.push_back("app_state");
overlay_pref_names_.push_back(extensions::pref_names::kPrefContentSettings);
overlay_pref_names_.push_back(prefs::kPartitionPerHostZoomLevels);
Expand Down

0 comments on commit 428241d

Please sign in to comment.