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

Commit

Permalink
Merge pull request #605 from brave/overlay_partition_tor
Browse files Browse the repository at this point in the history
Add Overlay pref store for tor partition
  • Loading branch information
darkdh authored Jun 11, 2018
2 parents c71ec1d + 39308d6 commit 41193fd
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 41193fd

Please sign in to comment.