diff options
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r-- | chrome/browser/profile.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc index 2c58382..f4e2ed8 100644 --- a/chrome/browser/profile.cc +++ b/chrome/browser/profile.cc @@ -811,6 +811,7 @@ ProfileImpl::~ProfileImpl() { if (extensions_service_) extensions_service_->ProfileDestroyed(); + // This causes the Preferences file to be written to disk. MarkAsCleanShutdown(); } |