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

Commit

Permalink
remove kSelectFileLastDirectory registration from atom browser context
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver committed Oct 25, 2017
1 parent e187f62 commit be268c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions atom/browser/atom_browser_context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ std::vector<std::string> AtomBrowserContext::GetCookieableSchemes() {
}

void AtomBrowserContext::RegisterPrefs(PrefRegistrySimple* pref_registry) {
pref_registry->RegisterFilePathPref(prefs::kSelectFileLastDirectory,
base::FilePath());
// moved to user_prefs in brave_browser_context
pref_registry->RegisterFilePathPref(prefs::kDownloadDefaultDirectory,
base::FilePath());
Expand Down

0 comments on commit be268c2

Please sign in to comment.